#F3C4AC

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

Shades of Zinnwaldite #F3C4AC

Tints of Zinnwaldite #F3C4AC

Color information

#F3C4AC (or 0xF3C4AC) is unknown color: approx Zinnwaldite. HEX triplet: F3, C4 and AC. RGB value is (243,196,172). Sum of RGB (Red+Green+Blue) = 243+196+172=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C4AC is #0C3B53. Grayscale: #CFCFCF. Windows color (decimal): -801620 or 11322611. OLE color: 11322611.

HSL color Cylindrical-coordinate representation of color #F3C4AC: hue angle of 20.28º 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 #F3C4AC is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB243196172-
CMYK00.190.290.05
HSL20.28º74.74%81.37%-
HSV(B)20.28º29.22%95.29%-
XYZ64.1561.5147.52-
YUV207.32108.07153.45-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.77%
GREEN value IS 196 (76.95% from 255) = 32.08%
BLUE value IS 172 (67.58% from 255) = 28.15%
R=39.77%
G=32.08%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319617200.190.290.0520.2874.7481.37
HexF3C4AC0131D5144b51
Octal36330425402335524113121
Binary111100111100010010101100010011111011011010010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C4AC; }

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

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

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

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

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

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

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

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