#F1E0DC

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

Shades of Remy #F1E0DC

Tints of Remy #F1E0DC

Color information

#F1E0DC (or 0xF1E0DC) is unknown color: approx Remy. HEX triplet: F1, E0 and DC. RGB value is (241,224,220). Sum of RGB (Red+Green+Blue) = 241+224+220=685 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.18% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E0DC is #0E1F23. Grayscale: #E4E4E4. Windows color (decimal): -925476 or 14475505. OLE color: 14475505.

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

Color convert

RGB241224220-
CMYK00.070.090.05
HSL11.43º42.86%90.39%-
HSV(B)11.43º8.71%94.51%-
XYZ75.8577.1878.61-
YUV228.63123.13136.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.18%
GREEN value IS 224 (87.89% from 255) = 32.70%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=35.18%
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
Decimal24122422000.070.090.0511.4342.8690.39
HexF1E0DC0795b2b5a
Octal361340334071151353132
Binary1111000111100000110111000111100110110111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E0DC; }

 p { color: rgb(241,224,220); }

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

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

 a { background-color: rgb(241,224,220); }

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

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

 span { border-color: rgb(241,224,220); }

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