#F0BCAC

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

Shades of Zinnwaldite #F0BCAC

Tints of Zinnwaldite #F0BCAC

Color information

#F0BCAC (or 0xF0BCAC) is unknown color: approx Zinnwaldite. HEX triplet: F0, BC and AC. RGB value is (240,188,172). Sum of RGB (Red+Green+Blue) = 240+188+172=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BCAC is #0F4353. Grayscale: #C9C9C9. Windows color (decimal): -1000276 or 11320560. OLE color: 11320560.

HSL color Cylindrical-coordinate representation of color #F0BCAC: hue angle of 14.12º 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 #F0BCAC is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240188172-
CMYK00.220.280.06
HSL14.12º69.39%80.78%-
HSV(B)14.12º28.33%94.12%-
XYZ61.3657.4746.89-
YUV201.72111.23155.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40%
GREEN value IS 188 (73.83% from 255) = 31.33%
BLUE value IS 172 (67.58% from 255) = 28.67%
R=40%
G=31.33%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018817200.220.280.0614.1269.3980.78
HexF0BCAC0161C6e4551
Octal36027425402634616105121
Binary11110000101111001010110001011011100110111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BCAC; }

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

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

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

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

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

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

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

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