#F0EDEC

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

Shades of Rose White #F0EDEC

Tints of Rose White #F0EDEC

Color information

#F0EDEC (or 0xF0EDEC) is unknown color: approx Rose White. HEX triplet: F0, ED and EC. RGB value is (240,237,236). Sum of RGB (Red+Green+Blue) = 240+237+236=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDEC is #0F1213. Grayscale: #EDEDED. Windows color (decimal): -987668 or 15527408. OLE color: 15527408.

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

Color convert

RGB240237236-
CMYK00.010.020.06
HSL15º11.76%93.33%-
HSV(B)15º1.67%94.12%-
XYZ81.3685.1591.5-
YUV237.78126.99129.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.66%
GREEN value IS 237 (92.97% from 255) = 33.24%
BLUE value IS 236 (92.58% from 255) = 33.10%
R=33.66%
G=33.24%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023723600.010.020.061511.7693.33
HexF0EDEC0126fc5d
Octal36035535401261714135
Binary1111000011101101111011000110110111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDEC; }

 p { color: rgb(240,237,236); }

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

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

 a { background-color: rgb(240,237,236); }

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

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

 span { border-color: rgb(240,237,236); }

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