#F8E0DD

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

Shades of Remy #F8E0DD

Tints of Remy #F8E0DD

Color information

#F8E0DD (or 0xF8E0DD) is unknown color: approx Remy. HEX triplet: F8, E0 and DD. RGB value is (248,224,221). Sum of RGB (Red+Green+Blue) = 248+224+221=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 224 (87.89% from 255 or 32.32% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E0DD is #071F22. Grayscale: #E6E6E6. Windows color (decimal): -466723 or 14541048. OLE color: 14541048.

HSL color Cylindrical-coordinate representation of color #F8E0DD: hue angle of 6.67º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8E0DD is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB248224221-
CMYK00.100.110.03
HSL6.67º65.85%91.96%-
HSV(B)6.67º10.89%97.25%-
XYZ78.4278.4979.42-
YUV230.83122.45140.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.79%
GREEN value IS 224 (87.89% from 255) = 32.32%
BLUE value IS 221 (86.72% from 255) = 31.89%
R=35.79%
G=32.32%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822422100.100.110.036.6765.8591.96
HexF8E0DD0AB37425c
Octal3703403350121337102134
Binary1111100011100000110111010101010111111110000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E0DD; }

 p { color: rgb(248,224,221); }

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

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

 a { background-color: rgb(248,224,221); }

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

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

 span { border-color: rgb(248,224,221); }

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