#F4C4AC

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

Shades of Zinnwaldite #F4C4AC

Tints of Zinnwaldite #F4C4AC

Color information

#F4C4AC (or 0xF4C4AC) is unknown color: approx Zinnwaldite. HEX triplet: F4, C4 and AC. RGB value is (244,196,172). Sum of RGB (Red+Green+Blue) = 244+196+172=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C4AC is #0B3B53. Grayscale: #CFCFCF. Windows color (decimal): -736084 or 11322612. OLE color: 11322612.

HSL color Cylindrical-coordinate representation of color #F4C4AC: hue angle of 20º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4C4AC is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB244196172-
CMYK00.200.300.04
HSL20º76.6%81.57%-
HSV(B)20º29.51%95.69%-
XYZ64.4961.6947.54-
YUV207.62107.9153.95-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.87%
GREEN value IS 196 (76.95% from 255) = 32.03%
BLUE value IS 172 (67.58% from 255) = 28.10%
R=39.87%
G=32.03%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24419617200.200.300.042076.681.57
HexF4C4AC0141E4144d52
Octal36430425402436424115122
Binary111101001100010010101100010100111101001010010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C4AC; }

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

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

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

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

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

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

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

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