#F1E1DD

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

Shades of Remy #F1E1DD

Tints of Remy #F1E1DD

Color information

#F1E1DD (or 0xF1E1DD) is unknown color: approx Remy. HEX triplet: F1, E1 and DD. RGB value is (241,225,221). Sum of RGB (Red+Green+Blue) = 241+225+221=687 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.08% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1DD is #0E1E22. Grayscale: #E5E5E5. Windows color (decimal): -925219 or 14541297. OLE color: 14541297.

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

Color convert

RGB241225221-
CMYK00.070.080.05
HSL12º41.67%90.59%-
HSV(B)12º8.3%94.51%-
XYZ76.2577.7779.4-
YUV229.33123.3136.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.08%
GREEN value IS 225 (88.28% from 255) = 32.75%
BLUE value IS 221 (86.72% from 255) = 32.17%
R=35.08%
G=32.75%
B=32.17%

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
Decimal24122522100.070.080.051241.6790.59
HexF1E1DD0785c2a5b
Octal361341335071051452133
Binary1111000111100001110111010111100010111001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E1DD; }

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

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

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

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

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

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

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

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