#F0D5CB

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

Shades of Bizarre #F0D5CB

Tints of Bizarre #F0D5CB

Color information

#F0D5CB (or 0xF0D5CB) is unknown color: approx Bizarre. HEX triplet: F0, D5 and CB. RGB value is (240,213,203). Sum of RGB (Red+Green+Blue) = 240+213+203=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D5CB is #0F2A34. Grayscale: #DCDCDC. Windows color (decimal): -993845 or 13358576. OLE color: 13358576.

HSL color Cylindrical-coordinate representation of color #F0D5CB: hue angle of 16.22º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0D5CB is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240213203-
CMYK00.110.150.06
HSL16.22º55.22%86.86%-
HSV(B)16.22º15.42%94.12%-
XYZ70.5170.4366.38-
YUV219.93118.45142.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.59%
GREEN value IS 213 (83.59% from 255) = 32.47%
BLUE value IS 203 (79.69% from 255) = 30.95%
R=36.59%
G=32.47%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021320300.110.150.0616.2255.2286.86
HexF0D5CB0BF6103757
Octal3603253130131762067127
Binary111100001101010111001011010111111110100001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D5CB; }

 p { color: rgb(240,213,203); }

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

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

 a { background-color: rgb(240,213,203); }

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

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

 span { border-color: rgb(240,213,203); }

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