#F5E2DE

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

Shades of Remy #F5E2DE

Tints of Remy #F5E2DE

Color information

#F5E2DE (or 0xF5E2DE) is unknown color: approx Remy. HEX triplet: F5, E2 and DE. RGB value is (245,226,222). Sum of RGB (Red+Green+Blue) = 245+226+222=693 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.35% from 693); Green value is 226 (88.67% from 255 or 32.61% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E2DE is #0A1D21. Grayscale: #E7E7E7. Windows color (decimal): -662818 or 14607093. OLE color: 14607093.

HSL color Cylindrical-coordinate representation of color #F5E2DE: hue angle of 10.43º 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 #F5E2DE is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245226222-
CMYK00.080.090.04
HSL10.43º53.49%91.57%-
HSV(B)10.43º9.39%96.08%-
XYZ78.0479.0880.26-
YUV231.22122.79137.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.35%
GREEN value IS 226 (88.67% from 255) = 32.61%
BLUE value IS 222 (87.11% from 255) = 32.03%
R=35.35%
G=32.61%
B=32.03%

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
Decimal24522622200.080.090.0410.4353.4991.57
HexF5E2DE0894a355c
Octal3653423360101141265134
Binary11110101111000101101111001000100110010101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E2DE; }

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

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

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

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

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

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

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

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