#F0BDAC

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

Shades of Zinnwaldite #F0BDAC

Tints of Zinnwaldite #F0BDAC

Color information

#F0BDAC (or 0xF0BDAC) is unknown color: approx Zinnwaldite. HEX triplet: F0, BD and AC. RGB value is (240,189,172). Sum of RGB (Red+Green+Blue) = 240+189+172=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BDAC is #0F4253. Grayscale: #CACACA. Windows color (decimal): -1000020 or 11320816. OLE color: 11320816.

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

Color convert

RGB240189172-
CMYK00.210.280.06
HSL15º69.39%80.78%-
HSV(B)15º28.33%94.12%-
XYZ61.5857.946.96-
YUV202.31110.9154.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 172 (67.58% from 255) = 28.62%
R=39.93%
G=31.45%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018917200.210.280.061569.3980.78
HexF0BDAC0151C6f4551
Octal36027525402534617105121
Binary11110000101111011010110001010111100110111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BDAC; }

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

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

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

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

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

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

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

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