#F3BCAA

Color #F3BCAA Zinnwaldite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zinnwaldite #F3BCAA

Tints of Zinnwaldite #F3BCAA

Color information

#F3BCAA (or 0xF3BCAA) is unknown color: approx Zinnwaldite. HEX triplet: F3, BC and AA. RGB value is (243,188,170). Sum of RGB (Red+Green+Blue) = 243+188+170=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BCAA is #0C4355. Grayscale: #CACACA. Windows color (decimal): -803670 or 11189491. OLE color: 11189491.

HSL color Cylindrical-coordinate representation of color #F3BCAA: hue angle of 14.79º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3BCAA is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB243188170-
CMYK00.230.300.05
HSL14.79º75.26%80.98%-
HSV(B)14.79º30.04%95.29%-
XYZ62.257.9245.93-
YUV202.39109.72156.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 40.43%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=40.43%
G=31.28%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318817000.230.300.0514.7975.2680.98
HexF3BCAA0171E5f4b51
Octal36327425202736517113121
Binary11110011101111001010101001011111110101111110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCAA; }

 p { color: rgb(243,188,170); }

 H1.HeaderClassName
 {
   color: #F3BCAA;
 }
 .AnyTagClassName
 {
   color: #F3BCAA;
 }
</style>
background-color css

<style>
 a { background-color: #F3BCAA; }

 a { background-color: rgb(243,188,170); }

 div.DivClassName
 {
   background-color: #F3BCAA;
 }
 .BgClassName
 {
   background-color: #F3BCAA;
 }
</style>
border-color css

<style>
 span { border-color: #F3BCAA; }

 span { border-color: rgb(243,188,170); }

 td.TdClassName
 {
   border-color: #F3BCAA;
 }
 .TagClassName
 {
   border-color: #F3BCAA;
 }
</style>