#F2E1DD

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

Shades of Remy #F2E1DD

Tints of Remy #F2E1DD

Color information

#F2E1DD (or 0xF2E1DD) is unknown color: approx Remy. HEX triplet: F2, E1 and DD. RGB value is (242,225,221). Sum of RGB (Red+Green+Blue) = 242+225+221=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 225 (88.28% from 255 or 32.70% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1DD is #0D1E22. Grayscale: #E5E5E5. Windows color (decimal): -859683 or 14541298. OLE color: 14541298.

HSL color Cylindrical-coordinate representation of color #F2E1DD: hue angle of 11.43º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E1DD is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB242225221-
CMYK00.070.090.05
HSL11.43º44.68%90.78%-
HSV(B)11.43º8.68%94.9%-
XYZ76.5977.9579.42-
YUV229.63123.13136.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.17%
GREEN value IS 225 (88.28% from 255) = 32.70%
BLUE value IS 221 (86.72% from 255) = 32.12%
R=35.17%
G=32.70%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222522100.070.090.0511.4344.6890.78
HexF2E1DD0795b2d5b
Octal362341335071151355133
Binary1111001011100001110111010111100110110111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E1DD; }

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

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

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

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

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

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

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

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