#F0BDAB

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

Shades of Zinnwaldite #F0BDAB

Tints of Zinnwaldite #F0BDAB

Color information

#F0BDAB (or 0xF0BDAB) is unknown color: approx Zinnwaldite. HEX triplet: F0, BD and AB. RGB value is (240,189,171). Sum of RGB (Red+Green+Blue) = 240+189+171=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BDAB is #0F4254. Grayscale: #CACACA. Windows color (decimal): -1000021 or 11255280. OLE color: 11255280.

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

Color convert

RGB240189171-
CMYK00.210.290.06
HSL15.65º69.7%80.59%-
HSV(B)15.65º28.75%94.12%-
XYZ61.4857.8646.46-
YUV202.2110.4154.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=40%
G=31.5%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018917100.210.290.0615.6569.780.59
HexF0BDAB0151D6104651
Octal36027525302535620106121
Binary111100001011110110101011010101111011101000010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BDAB; }

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

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

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

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

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

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

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

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