#F5E3DF

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

Shades of Remy #F5E3DF

Tints of Remy #F5E3DF

Color information

#F5E3DF (or 0xF5E3DF) is unknown color: approx Remy. HEX triplet: F5, E3 and DF. RGB value is (245,227,223). Sum of RGB (Red+Green+Blue) = 245+227+223=695 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.25% from 695); Green value is 227 (89.06% from 255 or 32.66% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E3DF is #0A1C20. Grayscale: #E7E7E7. Windows color (decimal): -662561 or 14672885. OLE color: 14672885.

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

Color convert

RGB245227223-
CMYK00.070.090.04
HSL10.91º52.38%91.76%-
HSV(B)10.91º8.98%96.08%-
XYZ78.4479.6881.06-
YUV231.93122.96137.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.25%
GREEN value IS 227 (89.06% from 255) = 32.66%
BLUE value IS 223 (87.5% from 255) = 32.09%
R=35.25%
G=32.66%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522722300.070.090.0410.9152.3891.76
HexF5E3DF0794b345c
Octal365343337071141364134
Binary1111010111100011110111110111100110010111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E3DF; }

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

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

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

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

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

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

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

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