#F0C4B3

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

Shades of Zinnwaldite #F0C4B3

Tints of Zinnwaldite #F0C4B3

Color information

#F0C4B3 (or 0xF0C4B3) is unknown color: approx Zinnwaldite. HEX triplet: F0, C4 and B3. RGB value is (240,196,179). Sum of RGB (Red+Green+Blue) = 240+196+179=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 179 (70.31% from 255 or 29.11% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C4B3 is #0F3B4C. Grayscale: #CFCFCF. Windows color (decimal): -998221 or 11781360. OLE color: 11781360.

HSL color Cylindrical-coordinate representation of color #F0C4B3: hue angle of 16.72º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0C4B3 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB240196179-
CMYK00.180.250.06
HSL16.72º67.03%82.16%-
HSV(B)16.72º25.42%94.12%-
XYZ63.8161.2651.11-
YUV207.22112.08151.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 196 (76.95% from 255) = 31.87%
BLUE value IS 179 (70.31% from 255) = 29.11%
R=39.02%
G=31.87%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019617900.180.250.0616.7267.0382.16
HexF0C4B3012196114352
Octal36030426302231621103122
Binary111100001100010010110011010010110011101000110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C4B3; }

 p { color: rgb(240,196,179); }

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

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

 a { background-color: rgb(240,196,179); }

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

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

 span { border-color: rgb(240,196,179); }

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