#F5E1DE

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

Shades of Remy #F5E1DE

Tints of Remy #F5E1DE

Color information

#F5E1DE (or 0xF5E1DE) is unknown color: approx Remy. HEX triplet: F5, E1 and DE. RGB value is (245,225,222). Sum of RGB (Red+Green+Blue) = 245+225+222=692 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.40% from 692); Green value is 225 (88.28% from 255 or 32.51% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E1DE is #0A1E21. Grayscale: #E6E6E6. Windows color (decimal): -663074 or 14606837. OLE color: 14606837.

HSL color Cylindrical-coordinate representation of color #F5E1DE: hue angle of 7.83º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E1DE is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245225222-
CMYK00.080.090.04
HSL7.83º53.49%91.57%-
HSV(B)7.83º9.39%96.08%-
XYZ77.7778.5480.17-
YUV230.64123.13138.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.40%
GREEN value IS 225 (88.28% from 255) = 32.51%
BLUE value IS 222 (87.11% from 255) = 32.08%
R=35.40%
G=32.51%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522522200.080.090.047.8353.4991.57
HexF5E1DE08948355c
Octal3653413360101141065134
Binary11110101111000011101111001000100110010001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E1DE; }

 p { color: rgb(245,225,222); }

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

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

 a { background-color: rgb(245,225,222); }

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

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

 span { border-color: rgb(245,225,222); }

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