#F8E2E9

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

Shades of Amour #F8E2E9

Tints of Amour #F8E2E9

Color information

#F8E2E9 (or 0xF8E2E9) is unknown color: approx Amour. HEX triplet: F8, E2 and E9. RGB value is (248,226,233). Sum of RGB (Red+Green+Blue) = 248+226+233=707 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.08% from 707); Green value is 226 (88.67% from 255 or 31.97% from 707); Blue value is 233 (91.41% from 255 or 32.96% from 707); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E2E9 is #071D16. Grayscale: #E9E9E9. Windows color (decimal): -466199 or 15327992. OLE color: 15327992.

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

Color convert

RGB248226233-
CMYK00.090.060.03
HSL340.91º61.11%92.94%-
HSV(B)340.91º8.87%97.25%-
XYZ80.6280.2388.33-
YUV233.38127.79138.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.08%
GREEN value IS 226 (88.67% from 255) = 31.97%
BLUE value IS 233 (91.41% from 255) = 32.96%
R=35.08%
G=31.97%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822623300.090.060.03340.9161.1192.94
HexF8E2E909631553d5d
Octal3703423510116352575135
Binary11111000111000101110100101001110111010101011111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E2E9; }

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

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

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

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

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

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

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

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