#F0BFAB

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

Shades of Zinnwaldite #F0BFAB

Tints of Zinnwaldite #F0BFAB

Color information

#F0BFAB (or 0xF0BFAB) is unknown color: approx Zinnwaldite. HEX triplet: F0, BF and AB. RGB value is (240,191,171). Sum of RGB (Red+Green+Blue) = 240+191+171=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BFAB is #0F4054. Grayscale: #CBCBCB. Windows color (decimal): -999509 or 11255792. OLE color: 11255792.

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

Color convert

RGB240191171-
CMYK00.200.290.06
HSL17.39º69.7%80.59%-
HSV(B)17.39º28.75%94.12%-
XYZ61.9258.7346.6-
YUV203.37109.73154.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 171 (67.19% from 255) = 28.41%
R=39.87%
G=31.73%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019117100.200.290.0617.3969.780.59
HexF0BFAB0141D6114651
Octal36027725302435621106121
Binary111100001011111110101011010100111011101000110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFAB; }

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

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

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

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

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

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

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

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