#F2E2DF

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

Shades of Remy #F2E2DF

Tints of Remy #F2E2DF

Color information

#F2E2DF (or 0xF2E2DF) is unknown color: approx Remy. HEX triplet: F2, E2 and DF. RGB value is (242,226,223). Sum of RGB (Red+Green+Blue) = 242+226+223=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 226 (88.67% from 255 or 32.71% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2DF is #0D1D20. Grayscale: #E6E6E6. Windows color (decimal): -859425 or 14672626. OLE color: 14672626.

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

Color convert

RGB242226223-
CMYK00.070.080.05
HSL9.47º42.22%91.18%-
HSV(B)9.47º7.85%94.9%-
XYZ77.1378.680.92-
YUV230.44123.8136.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.02%
GREEN value IS 226 (88.67% from 255) = 32.71%
BLUE value IS 223 (87.5% from 255) = 32.27%
R=35.02%
G=32.71%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222622300.070.080.059.4742.2291.18
HexF2E2DF078592a5b
Octal362342337071051152133
Binary1111001011100010110111110111100010110011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E2DF; }

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

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

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

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

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

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

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

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