#F8E9EC

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

Shades of Amour #F8E9EC

Tints of Amour #F8E9EC

Color information

#F8E9EC (or 0xF8E9EC) is unknown color: approx Amour. HEX triplet: F8, E9 and EC. RGB value is (248,233,236). Sum of RGB (Red+Green+Blue) = 248+233+236=717 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.59% from 717); Green value is 233 (91.41% from 255 or 32.50% from 717); Blue value is 236 (92.58% from 255 or 32.91% from 717); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8E9EC is #071613. Grayscale: #EDEDED. Windows color (decimal): -464404 or 15526392. OLE color: 15526392.

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

Color convert

RGB248233236-
CMYK00.060.050.03
HSL348º51.72%94.31%-
HSV(B)348º6.05%97.25%-
XYZ82.9984.2991.25-
YUV237.83126.97135.26-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.59%
GREEN value IS 233 (91.41% from 255) = 32.50%
BLUE value IS 236 (92.58% from 255) = 32.91%
R=34.59%
G=32.50%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823323600.060.050.0334851.7294.31
HexF8E9EC065315c345e
Octal370351354065353464136
Binary1111100011101001111011000110101111010111001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E9EC; }

 p { color: rgb(248,233,236); }

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

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

 a { background-color: rgb(248,233,236); }

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

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

 span { border-color: rgb(248,233,236); }

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