#FEE1E2

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

Shades of Pale Pink #FEE1E2

Tints of Pale Pink #FEE1E2

Color information

#FEE1E2 (or 0xFEE1E2) is unknown color: approx Pale Pink. HEX triplet: FE, E1 and E2. RGB value is (254,225,226). Sum of RGB (Red+Green+Blue) = 254+225+226=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 225 (88.28% from 255 or 31.91% from 705); Blue value is 226 (88.67% from 255 or 32.06% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1E2 is #011E1D. Grayscale: #E9E9E9. Windows color (decimal): -73246 or 14868990. OLE color: 14868990.

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

Color convert

RGB254225226-
CMYK00.110.110.00
HSL357.93º93.55%93.92%-
HSV(B)357.93º11.42%99.61%-
XYZ81.5380.4183.18-
YUV233.78123.61142.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 225 (88.28% from 255) = 31.91%
BLUE value IS 226 (88.67% from 255) = 32.06%
R=36.03%
G=31.91%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422522600.110.110.00357.9393.5593.92
HexFEE1E20BB01665e5e
Octal376341342013130546136136
Binary111111101110000111100010010111011010110011010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE1E2; }

 p { color: rgb(254,225,226); }

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

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

 a { background-color: rgb(254,225,226); }

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

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

 span { border-color: rgb(254,225,226); }

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