#F0E1DE

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

Shades of Remy #F0E1DE

Tints of Remy #F0E1DE

Color information

#F0E1DE (or 0xF0E1DE) is unknown color: approx Remy. HEX triplet: F0, E1 and DE. RGB value is (240,225,222). Sum of RGB (Red+Green+Blue) = 240+225+222=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1DE is #0F1E21. Grayscale: #E5E5E5. Windows color (decimal): -990754 or 14606832. OLE color: 14606832.

HSL color Cylindrical-coordinate representation of color #F0E1DE: hue angle of 10º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0E1DE is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240225222-
CMYK00.060.080.06
HSL10º37.5%90.59%-
HSV(B)10º7.5%94.12%-
XYZ76.0577.6580.09-
YUV229.14123.97135.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.93%
GREEN value IS 225 (88.28% from 255) = 32.75%
BLUE value IS 222 (87.11% from 255) = 32.31%
R=34.93%
G=32.75%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022522200.060.080.061037.590.59
HexF0E1DE0686a265b
Octal360341336061061246133
Binary1111000011100001110111100110100011010101001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1DE; }

 p { color: rgb(240,225,222); }

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

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

 a { background-color: rgb(240,225,222); }

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

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

 span { border-color: rgb(240,225,222); }

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