#F8E3EA

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

Shades of Amour #F8E3EA

Tints of Amour #F8E3EA

Color information

#F8E3EA (or 0xF8E3EA) is unknown color: approx Amour. HEX triplet: F8, E3 and EA. RGB value is (248,227,234). Sum of RGB (Red+Green+Blue) = 248+227+234=709 (93% of max value = 765). Red value is 248 (97.27% from 255 or 34.98% from 709); Green value is 227 (89.06% from 255 or 32.02% from 709); Blue value is 234 (91.80% from 255 or 33.00% from 709); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E3EA is #071C15. Grayscale: #EAEAEA. Windows color (decimal): -465942 or 15393784. OLE color: 15393784.

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

Color convert

RGB248227234-
CMYK00.080.060.03
HSL340º60%93.14%-
HSV(B)340º8.47%97.25%-
XYZ81.0380.8489.17-
YUV234.08127.96137.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.98%
GREEN value IS 227 (89.06% from 255) = 32.02%
BLUE value IS 234 (91.80% from 255) = 33.00%
R=34.98%
G=32.02%
B=33.00%

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
Decimal24822723400.080.060.033406093.14
HexF8E3EA08631543c5d
Octal3703433520106352474135
Binary11111000111000111110101001000110111010101001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E3EA; }

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

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

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

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

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

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

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

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