#F0BDAE

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

Shades of Zinnwaldite #F0BDAE

Tints of Zinnwaldite #F0BDAE

Color information

#F0BDAE (or 0xF0BDAE) is unknown color: approx Zinnwaldite. HEX triplet: F0, BD and AE. RGB value is (240,189,174). Sum of RGB (Red+Green+Blue) = 240+189+174=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BDAE is #0F4251. Grayscale: #CACACA. Windows color (decimal): -1000018 or 11451888. OLE color: 11451888.

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

Color convert

RGB240189174-
CMYK00.210.280.06
HSL13.64º68.75%81.18%-
HSV(B)13.64º27.5%94.12%-
XYZ61.7757.9847.98-
YUV202.54111.9154.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.80%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 174 (68.36% from 255) = 28.86%
R=39.80%
G=31.34%
B=28.86%

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
Decimal24018917400.210.280.0613.6468.7581.18
HexF0BDAE0151C6e4551
Octal36027525602534616105121
Binary11110000101111011010111001010111100110111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BDAE; }

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

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

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

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

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

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

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

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