#F7E0DD

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

Shades of Remy #F7E0DD

Tints of Remy #F7E0DD

Color information

#F7E0DD (or 0xF7E0DD) is unknown color: approx Remy. HEX triplet: F7, E0 and DD. RGB value is (247,224,221). Sum of RGB (Red+Green+Blue) = 247+224+221=692 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.69% from 692); Green value is 224 (87.89% from 255 or 32.37% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E0DD is #081F22. Grayscale: #E6E6E6. Windows color (decimal): -532259 or 14541047. OLE color: 14541047.

HSL color Cylindrical-coordinate representation of color #F7E0DD: hue angle of 6.92º degrees, saturation: 0.62, 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 #F7E0DD is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB247224221-
CMYK00.090.110.03
HSL6.92º61.9%91.76%-
HSV(B)6.92º10.53%96.86%-
XYZ78.0678.3179.41-
YUV230.54122.62139.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.69%
GREEN value IS 224 (87.89% from 255) = 32.37%
BLUE value IS 221 (86.72% from 255) = 31.94%
R=35.69%
G=32.37%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722422100.090.110.036.9261.991.76
HexF7E0DD09B373e5c
Octal367340335011133776134
Binary111101111110000011011101010011011111111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E0DD; }

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

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

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

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

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

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

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

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