#F5E2DF

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

Shades of Remy #F5E2DF

Tints of Remy #F5E2DF

Color information

#F5E2DF (or 0xF5E2DF) is unknown color: approx Remy. HEX triplet: F5, E2 and DF. RGB value is (245,226,223). Sum of RGB (Red+Green+Blue) = 245+226+223=694 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.30% from 694); Green value is 226 (88.67% from 255 or 32.56% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E2DF is #0A1D20. Grayscale: #E7E7E7. Windows color (decimal): -662817 or 14672629. OLE color: 14672629.

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

Color convert

RGB245226223-
CMYK00.080.090.04
HSL8.18º52.38%91.76%-
HSV(B)8.18º8.98%96.08%-
XYZ78.1779.1380.97-
YUV231.34123.29137.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.30%
GREEN value IS 226 (88.67% from 255) = 32.56%
BLUE value IS 223 (87.5% from 255) = 32.13%
R=35.30%
G=32.56%
B=32.13%

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
Decimal24522622300.080.090.048.1852.3891.76
HexF5E2DF08948345c
Octal3653423370101141064134
Binary11110101111000101101111101000100110010001101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E2DF; }

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

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

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

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

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

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

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

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