#F8E5EE

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

Shades of Amour #F8E5EE

Tints of Amour #F8E5EE

Color information

#F8E5EE (or 0xF8E5EE) is unknown color: approx Amour. HEX triplet: F8, E5 and EE. RGB value is (248,229,238). Sum of RGB (Red+Green+Blue) = 248+229+238=715 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.69% from 715); Green value is 229 (89.84% from 255 or 32.03% from 715); Blue value is 238 (93.36% from 255 or 33.29% from 715); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E5EE is #071A11. Grayscale: #EBEBEB. Windows color (decimal): -465426 or 15656440. OLE color: 15656440.

HSL color Cylindrical-coordinate representation of color #F8E5EE: hue angle of 331.58º degrees, saturation: 0.58, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F8E5EE is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248229238-
CMYK00.080.040.03
HSL331.58º57.58%93.53%-
HSV(B)331.58º7.66%97.25%-
XYZ82.1682.1792.42-
YUV235.71129.29136.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.69%
GREEN value IS 229 (89.84% from 255) = 32.03%
BLUE value IS 238 (93.36% from 255) = 33.29%
R=34.69%
G=32.03%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822923800.080.040.03331.5857.5893.53
HexF8E5EE084314c3a5e
Octal3703453560104351472136
Binary11111000111001011110111001000100111010011001110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E5EE; }

 p { color: rgb(248,229,238); }

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

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

 a { background-color: rgb(248,229,238); }

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

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

 span { border-color: rgb(248,229,238); }

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