#F0E1DD

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

Shades of Remy #F0E1DD

Tints of Remy #F0E1DD

Color information

#F0E1DD (or 0xF0E1DD) is unknown color: approx Remy. HEX triplet: F0, E1 and DD. RGB value is (240,225,221). Sum of RGB (Red+Green+Blue) = 240+225+221=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1DD is #0F1E22. Grayscale: #E5E5E5. Windows color (decimal): -990755 or 14541296. OLE color: 14541296.

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

Color convert

RGB240225221-
CMYK00.060.080.06
HSL12.63º38.78%90.39%-
HSV(B)12.63º7.92%94.12%-
XYZ75.9177.679.38-
YUV229.03123.47135.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.99%
GREEN value IS 225 (88.28% from 255) = 32.80%
BLUE value IS 221 (86.72% from 255) = 32.22%
R=34.99%
G=32.80%
B=32.22%

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
Decimal24022522100.060.080.0612.6338.7890.39
HexF0E1DD0686d275a
Octal360341335061061547132
Binary1111000011100001110111010110100011011011001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1DD; }

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

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

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

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

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

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

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

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