#F0BBA8

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

Shades of Zinnwaldite #F0BBA8

Tints of Zinnwaldite #F0BBA8

Color information

#F0BBA8 (or 0xF0BBA8) is unknown color: approx Zinnwaldite. HEX triplet: F0, BB and A8. RGB value is (240,187,168). Sum of RGB (Red+Green+Blue) = 240+187+168=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 168 (66.02% from 255 or 28.24% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BBA8 is #0F4457. Grayscale: #C8C8C8. Windows color (decimal): -1000536 or 11058160. OLE color: 11058160.

HSL color Cylindrical-coordinate representation of color #F0BBA8: hue angle of 15.83º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0BBA8 is Cyan = 0, Magento = 0.22, Yellow = 0.3 and Black (K on CMYK) = 0.06.

Color convert

RGB240187168-
CMYK00.220.30.06
HSL15.83º70.59%80%-
HSV(B)15.83º30%94.12%-
XYZ60.7756.8944.82-
YUV200.68109.56156.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.34%
GREEN value IS 187 (73.44% from 255) = 31.43%
BLUE value IS 168 (66.02% from 255) = 28.24%
R=40.34%
G=31.43%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.3
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018716800.220.30.0615.8370.5980
HexF0BBA80161E6104750
Octal36027325002636620107120
Binary111100001011101110101000010110111101101000010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BBA8; }

 p { color: rgb(240,187,168); }

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

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

 a { background-color: rgb(240,187,168); }

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

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

 span { border-color: rgb(240,187,168); }

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