#F7E0DE

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

Shades of Remy #F7E0DE

Tints of Remy #F7E0DE

Color information

#F7E0DE (or 0xF7E0DE) is unknown color: approx Remy. HEX triplet: F7, E0 and DE. RGB value is (247,224,222). Sum of RGB (Red+Green+Blue) = 247+224+222=693 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.64% from 693); Green value is 224 (87.89% from 255 or 32.32% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E0DE is #081F21. Grayscale: #E6E6E6. Windows color (decimal): -532258 or 14606583. OLE color: 14606583.

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

Color convert

RGB247224222-
CMYK00.090.100.03
HSL4.8º60.98%91.96%-
HSV(B)4.8º10.12%96.86%-
XYZ78.278.3680.11-
YUV230.65123.12139.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.64%
GREEN value IS 224 (87.89% from 255) = 32.32%
BLUE value IS 222 (87.11% from 255) = 32.03%
R=35.64%
G=32.32%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722422200.090.100.034.860.9891.96
HexF7E0DE09A353d5c
Octal367340336011123575134
Binary111101111110000011011110010011010111011111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E0DE; }

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

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

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

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

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

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

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

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