#F8E4EA

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

Shades of Amour #F8E4EA

Tints of Amour #F8E4EA

Color information

#F8E4EA (or 0xF8E4EA) is unknown color: approx Amour. HEX triplet: F8, E4 and EA. RGB value is (248,228,234). Sum of RGB (Red+Green+Blue) = 248+228+234=710 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.93% from 710); Green value is 228 (89.45% from 255 or 32.11% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E4EA is #071B15. Grayscale: #EAEAEA. Windows color (decimal): -465686 or 15394040. OLE color: 15394040.

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

Color convert

RGB248228234-
CMYK00.080.060.03
HSL342º58.82%93.33%-
HSV(B)342º8.06%97.25%-
XYZ81.3181.3889.27-
YUV234.66127.63137.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.93%
GREEN value IS 228 (89.45% from 255) = 32.11%
BLUE value IS 234 (91.80% from 255) = 32.96%
R=34.93%
G=32.11%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822823400.080.060.0334258.8293.33
HexF8E4EA08631563b5d
Octal3703443520106352673135
Binary11111000111001001110101001000110111010101101110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E4EA; }

 p { color: rgb(248,228,234); }

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

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

 a { background-color: rgb(248,228,234); }

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

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

 span { border-color: rgb(248,228,234); }

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