#F1E2DE

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

Shades of Remy #F1E2DE

Tints of Remy #F1E2DE

Color information

#F1E2DE (or 0xF1E2DE) is unknown color: approx Remy. HEX triplet: F1, E2 and DE. RGB value is (241,226,222). Sum of RGB (Red+Green+Blue) = 241+226+222=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 226 (88.67% from 255 or 32.80% from 689); Blue value is 222 (87.11% from 255 or 32.22% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2DE is #0E1D21. Grayscale: #E6E6E6. Windows color (decimal): -924962 or 14607089. OLE color: 14607089.

HSL color Cylindrical-coordinate representation of color #F1E2DE: hue angle of 12.63º degrees, saturation: 0.4, 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 #F1E2DE is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB241226222-
CMYK00.060.080.05
HSL12.63º40.43%90.78%-
HSV(B)12.63º7.88%94.51%-
XYZ76.6678.3780.19-
YUV230.03123.47135.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.98%
GREEN value IS 226 (88.67% from 255) = 32.80%
BLUE value IS 222 (87.11% from 255) = 32.22%
R=34.98%
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.05
SystemRedGreenBlueCMYKHSL
Decimal24122622200.060.080.0512.6340.4390.78
HexF1E2DE0685d285b
Octal361342336061051550133
Binary1111000111100010110111100110100010111011010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E2DE; }

 p { color: rgb(241,226,222); }

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

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

 a { background-color: rgb(241,226,222); }

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

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

 span { border-color: rgb(241,226,222); }

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