#F2BBA8

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

Shades of Zinnwaldite #F2BBA8

Tints of Zinnwaldite #F2BBA8

Color information

#F2BBA8 (or 0xF2BBA8) is unknown color: approx Zinnwaldite. HEX triplet: F2, BB and A8. RGB value is (242,187,168). Sum of RGB (Red+Green+Blue) = 242+187+168=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 168 (66.02% from 255 or 28.14% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BBA8 is #0D4457. Grayscale: #C9C9C9. Windows color (decimal): -869464 or 11058162. OLE color: 11058162.

HSL color Cylindrical-coordinate representation of color #F2BBA8: hue angle of 15.41º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2BBA8 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB242187168-
CMYK00.230.310.05
HSL15.41º74%80.39%-
HSV(B)15.41º30.58%94.9%-
XYZ61.4657.2544.86-
YUV201.28109.22157.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.54%
GREEN value IS 187 (73.44% from 255) = 31.32%
BLUE value IS 168 (66.02% from 255) = 28.14%
R=40.54%
G=31.32%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218716800.230.310.0515.417480.39
HexF2BBA80171F5f4a50
Octal36227325002737517112120
Binary11110010101110111010100001011111111101111110010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBA8; }

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

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

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

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

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

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

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

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