#F5E3E0

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

Shades of Remy #F5E3E0

Tints of Remy #F5E3E0

Color information

#F5E3E0 (or 0xF5E3E0) is unknown color: approx Remy. HEX triplet: F5, E3 and E0. RGB value is (245,227,224). Sum of RGB (Red+Green+Blue) = 245+227+224=696 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.20% from 696); Green value is 227 (89.06% from 255 or 32.61% from 696); Blue value is 224 (87.89% from 255 or 32.18% from 696); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E3E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E3E0 is #0A1C1F. Grayscale: #E8E8E8. Windows color (decimal): -662560 or 14738421. OLE color: 14738421.

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

Color convert

RGB245227224-
CMYK00.070.090.04
HSL8.57º51.22%91.96%-
HSV(B)8.57º8.57%96.08%-
XYZ78.5879.7381.77-
YUV232.04123.46137.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.20%
GREEN value IS 227 (89.06% from 255) = 32.61%
BLUE value IS 224 (87.89% from 255) = 32.18%
R=35.20%
G=32.61%
B=32.18%

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
Decimal24522722400.070.090.048.5751.2291.96
HexF5E3E007949335c
Octal365343340071141163134
Binary1111010111100011111000000111100110010011100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E3E0; }

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

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

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

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

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

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

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

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