#F0C1AC

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

Shades of Zinnwaldite #F0C1AC

Tints of Zinnwaldite #F0C1AC

Color information

#F0C1AC (or 0xF0C1AC) is unknown color: approx Zinnwaldite. HEX triplet: F0, C1 and AC. RGB value is (240,193,172). Sum of RGB (Red+Green+Blue) = 240+193+172=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C1AC is #0F3E53. Grayscale: #CCCCCC. Windows color (decimal): -998996 or 11321840. OLE color: 11321840.

HSL color Cylindrical-coordinate representation of color #F0C1AC: hue angle of 18.53º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0C1AC is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240193172-
CMYK00.200.280.06
HSL18.53º69.39%80.78%-
HSV(B)18.53º28.33%94.12%-
XYZ62.4559.6447.25-
YUV204.66109.57153.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 193 (75.78% from 255) = 31.90%
BLUE value IS 172 (67.58% from 255) = 28.43%
R=39.67%
G=31.90%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019317200.200.280.0618.5369.3980.78
HexF0C1AC0141C6134551
Octal36030125402434623105121
Binary111100001100000110101100010100111001101001110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C1AC; }

 p { color: rgb(240,193,172); }

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

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

 a { background-color: rgb(240,193,172); }

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

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

 span { border-color: rgb(240,193,172); }

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