#F0E2DF

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

Shades of Remy #F0E2DF

Tints of Remy #F0E2DF

Color information

#F0E2DF (or 0xF0E2DF) is unknown color: approx Remy. HEX triplet: F0, E2 and DF. RGB value is (240,226,223). Sum of RGB (Red+Green+Blue) = 240+226+223=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 226 (88.67% from 255 or 32.80% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2DF is #0F1D20. Grayscale: #E5E5E5. Windows color (decimal): -990497 or 14672624. OLE color: 14672624.

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

Color convert

RGB240226223-
CMYK00.060.070.06
HSL10.59º36.17%90.78%-
HSV(B)10.59º7.08%94.12%-
XYZ76.4578.2580.89-
YUV229.84124.14135.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.83%
GREEN value IS 226 (88.67% from 255) = 32.80%
BLUE value IS 223 (87.5% from 255) = 32.37%
R=34.83%
G=32.80%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022622300.060.070.0610.5936.1790.78
HexF0E2DF0676b245b
Octal36034233706761344133
Binary111100001110001011011111011011111010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E2DF; }

 p { color: rgb(240,226,223); }

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

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

 a { background-color: rgb(240,226,223); }

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

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

 span { border-color: rgb(240,226,223); }

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