#F0BAAA

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

Shades of Zinnwaldite #F0BAAA

Tints of Zinnwaldite #F0BAAA

Color information

#F0BAAA (or 0xF0BAAA) is unknown color: approx Zinnwaldite. HEX triplet: F0, BA and AA. RGB value is (240,186,170). Sum of RGB (Red+Green+Blue) = 240+186+170=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BAAA is #0F4555. Grayscale: #C8C8C8. Windows color (decimal): -1000790 or 11188976. OLE color: 11188976.

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

Color convert

RGB240186170-
CMYK00.220.290.06
HSL13.71º70%80.39%-
HSV(B)13.71º29.17%94.12%-
XYZ60.7556.5545.74-
YUV200.32110.89156.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 170 (66.80% from 255) = 28.52%
R=40.27%
G=31.21%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018617000.220.290.0613.717080.39
HexF0BAAA0161D6e4650
Octal36027225202635616106120
Binary11110000101110101010101001011011101110111010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAAA; }

 p { color: rgb(240,186,170); }

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

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

 a { background-color: rgb(240,186,170); }

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

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

 span { border-color: rgb(240,186,170); }

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