#FFEAEB

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

Shades of Amour #FFEAEB

Tints of Amour #FFEAEB

Color information

#FFEAEB (or 0xFFEAEB) is unknown color: approx Amour. HEX triplet: FF, EA and EB. RGB value is (255,234,235). Sum of RGB (Red+Green+Blue) = 255+234+235=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 234 (91.80% from 255 or 32.32% from 724); Blue value is 235 (92.19% from 255 or 32.46% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAEB is #001514. Grayscale: #F0F0F0. Windows color (decimal): -5397 or 15461119. OLE color: 15461119.

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

Color convert

RGB255234235-
CMYK00.080.080
HSL357.14º100%95.88%-
HSV(B)357.14º8.24%100%-
XYZ85.6686.190.7-
YUV240.39124.96138.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.22%
GREEN value IS 234 (91.80% from 255) = 32.32%
BLUE value IS 235 (92.19% from 255) = 32.46%
R=35.22%
G=32.32%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523423500.080.080357.1410095.88
HexFFEAEB08801656460
Octal377352353010100545144140
Binary111111111110101011101011010001000010110010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEAEB; }

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

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

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

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

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

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

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

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