#FEEAEE

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

Shades of Amour #FEEAEE

Tints of Amour #FEEAEE

Color information

#FEEAEE (or 0xFEEAEE) is unknown color: approx Amour. HEX triplet: FE, EA and EE. RGB value is (254,234,238). Sum of RGB (Red+Green+Blue) = 254+234+238=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 234 (91.80% from 255 or 32.23% from 726); Blue value is 238 (93.36% from 255 or 32.78% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAEE is #011511. Grayscale: #F0F0F0. Windows color (decimal): -70930 or 15657726. OLE color: 15657726.

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

Color convert

RGB254234238-
CMYK00.080.060.00
HSL348º90.91%95.69%-
HSV(B)348º7.87%99.61%-
XYZ85.7386.0992.99-
YUV240.44126.63137.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.99%
GREEN value IS 234 (91.80% from 255) = 32.23%
BLUE value IS 238 (93.36% from 255) = 32.78%
R=34.99%
G=32.23%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423423800.080.060.0034890.9195.69
HexFEEAEE086015c5b60
Octal37635235601060534133140
Binary11111110111010101110111001000110010101110010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAEE; }

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

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

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

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

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

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

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

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