#F0BAAB

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

Shades of Zinnwaldite #F0BAAB

Tints of Zinnwaldite #F0BAAB

Color information

#F0BAAB (or 0xF0BAAB) is unknown color: approx Zinnwaldite. HEX triplet: F0, BA and AB. RGB value is (240,186,171). Sum of RGB (Red+Green+Blue) = 240+186+171=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BAAB is #0F4554. Grayscale: #C8C8C8. Windows color (decimal): -1000789 or 11254512. OLE color: 11254512.

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

Color convert

RGB240186171-
CMYK00.220.290.06
HSL13.04º69.7%80.59%-
HSV(B)13.04º28.75%94.12%-
XYZ60.8456.5846.24-
YUV200.44111.39156.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.20%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 171 (67.19% from 255) = 28.64%
R=40.20%
G=31.16%
B=28.64%

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
Decimal24018617100.220.290.0613.0469.780.59
HexF0BAAB0161D6d4651
Octal36027225302635615106121
Binary11110000101110101010101101011011101110110110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAAB; }

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

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

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

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

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

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

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

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