#F3C3AC

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

Shades of Zinnwaldite #F3C3AC

Tints of Zinnwaldite #F3C3AC

Color information

#F3C3AC (or 0xF3C3AC) is unknown color: approx Zinnwaldite. HEX triplet: F3, C3 and AC. RGB value is (243,195,172). Sum of RGB (Red+Green+Blue) = 243+195+172=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C3AC is #0C3C53. Grayscale: #CECECE. Windows color (decimal): -801876 or 11322355. OLE color: 11322355.

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

Color convert

RGB243195172-
CMYK00.200.290.05
HSL19.44º74.74%81.37%-
HSV(B)19.44º29.22%95.29%-
XYZ63.9261.0647.45-
YUV206.73108.4153.87-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.84%
GREEN value IS 195 (76.56% from 255) = 31.97%
BLUE value IS 172 (67.58% from 255) = 28.20%
R=39.84%
G=31.97%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319517200.200.290.0519.4474.7481.37
HexF3C3AC0141D5134b51
Octal36330325402435523113121
Binary111100111100001110101100010100111011011001110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C3AC; }

 p { color: rgb(243,195,172); }

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

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

 a { background-color: rgb(243,195,172); }

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

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

 span { border-color: rgb(243,195,172); }

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