#FFEAEE

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

Shades of Amour #FFEAEE

Tints of Amour #FFEAEE

Color information

#FFEAEE (or 0xFFEAEE) is unknown color: approx Amour. HEX triplet: FF, EA and EE. RGB value is (255,234,238). Sum of RGB (Red+Green+Blue) = 255+234+238=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 234 (91.80% from 255 or 32.19% from 727); Blue value is 238 (93.36% from 255 or 32.74% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAEE is #001511. Grayscale: #F0F0F0. Windows color (decimal): -5394 or 15657727. OLE color: 15657727.

HSL color Cylindrical-coordinate representation of color #FFEAEE: hue angle of 348.57º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FFEAEE is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255234238-
CMYK00.080.070
HSL348.57º100%95.88%-
HSV(B)348.57º8.24%100%-
XYZ86.186.2893-
YUV240.74126.46138.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.08%
GREEN value IS 234 (91.80% from 255) = 32.19%
BLUE value IS 238 (93.36% from 255) = 32.74%
R=35.08%
G=32.19%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523423800.080.070348.5710095.88
HexFFEAEE087015d6460
Octal37735235601070535144140
Binary11111111111010101110111001000111010101110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAEE; }

 p { color: rgb(255,234,238); }

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

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

 a { background-color: rgb(255,234,238); }

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

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

 span { border-color: rgb(255,234,238); }

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