#F4C3AC

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

Shades of Zinnwaldite #F4C3AC

Tints of Zinnwaldite #F4C3AC

Color information

#F4C3AC (or 0xF4C3AC) is unknown color: approx Zinnwaldite. HEX triplet: F4, C3 and AC. RGB value is (244,195,172). Sum of RGB (Red+Green+Blue) = 244+195+172=611 (80% of max value = 765). Red value is 244 (95.70% from 255 or 39.93% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C3AC is #0B3C53. Grayscale: #CFCFCF. Windows color (decimal): -736340 or 11322356. OLE color: 11322356.

HSL color Cylindrical-coordinate representation of color #F4C3AC: hue angle of 19.17º 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 #F4C3AC is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB244195172-
CMYK00.200.300.04
HSL19.17º76.6%81.57%-
HSV(B)19.17º29.51%95.69%-
XYZ64.2761.2447.46-
YUV207.03108.23154.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.93%
GREEN value IS 195 (76.56% from 255) = 31.91%
BLUE value IS 172 (67.58% from 255) = 28.15%
R=39.93%
G=31.91%
B=28.15%

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
Decimal24419517200.200.300.0419.1776.681.57
HexF4C3AC0141E4134d52
Octal36430325402436423115122
Binary111101001100001110101100010100111101001001110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C3AC; }

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

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

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

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

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

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

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

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