#FEE9EA

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

Shades of Pale Pink #FEE9EA

Tints of Pale Pink #FEE9EA

Color information

#FEE9EA (or 0xFEE9EA) is unknown color: approx Pale Pink. HEX triplet: FE, E9 and EA. RGB value is (254,233,234). Sum of RGB (Red+Green+Blue) = 254+233+234=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 233 (91.41% from 255 or 32.32% from 721); Blue value is 234 (91.80% from 255 or 32.45% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE9EA is #011615. Grayscale: #EFEFEF. Windows color (decimal): -71190 or 15395326. OLE color: 15395326.

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

Color convert

RGB254233234-
CMYK00.080.080.00
HSL357.14º91.3%95.49%-
HSV(B)357.14º8.27%99.61%-
XYZ84.8685.2989.83-
YUV239.39124.96138.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.23%
GREEN value IS 233 (91.41% from 255) = 32.32%
BLUE value IS 234 (91.80% from 255) = 32.45%
R=35.23%
G=32.32%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423323400.080.080.00357.1491.395.49
HexFEE9EA08801655b5f
Octal376351352010100545133137
Binary111111101110100111101010010001000010110010110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE9EA; }

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

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

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

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

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

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

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

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