#F8E3EC

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

Shades of Amour #F8E3EC

Tints of Amour #F8E3EC

Color information

#F8E3EC (or 0xF8E3EC) is unknown color: approx Amour. HEX triplet: F8, E3 and EC. RGB value is (248,227,236). Sum of RGB (Red+Green+Blue) = 248+227+236=711 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.88% from 711); Green value is 227 (89.06% from 255 or 31.93% from 711); Blue value is 236 (92.58% from 255 or 33.19% from 711); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E3EC is #071C13. Grayscale: #EAEAEA. Windows color (decimal): -465940 or 15524856. OLE color: 15524856.

HSL color Cylindrical-coordinate representation of color #F8E3EC: hue angle of 334.29º degrees, saturation: 0.6, 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 #F8E3EC is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB248227236-
CMYK00.080.050.03
HSL334.29º60%93.14%-
HSV(B)334.29º8.47%97.25%-
XYZ81.3280.9590.7-
YUV234.3128.96137.77-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.88%
GREEN value IS 227 (89.06% from 255) = 31.93%
BLUE value IS 236 (92.58% from 255) = 33.19%
R=34.88%
G=31.93%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822723600.080.050.03334.296093.14
HexF8E3EC085314e3c5d
Octal3703433540105351674135
Binary11111000111000111110110001000101111010011101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E3EC; }

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

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

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

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

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

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

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

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