#FEE1E4

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

Shades of Pale Pink #FEE1E4

Tints of Pale Pink #FEE1E4

Color information

#FEE1E4 (or 0xFEE1E4) is unknown color: approx Pale Pink. HEX triplet: FE, E1 and E4. RGB value is (254,225,228). Sum of RGB (Red+Green+Blue) = 254+225+228=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 225 (88.28% from 255 or 31.82% from 707); Blue value is 228 (89.45% from 255 or 32.25% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1E4 is #011E1B. Grayscale: #EAEAEA. Windows color (decimal): -73244 or 15000062. OLE color: 15000062.

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

Color convert

RGB254225228-
CMYK00.110.100.00
HSL353.79º93.55%93.92%-
HSV(B)353.79º11.42%99.61%-
XYZ81.880.5284.63-
YUV234.01124.61142.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.93%
GREEN value IS 225 (88.28% from 255) = 31.82%
BLUE value IS 228 (89.45% from 255) = 32.25%
R=35.93%
G=31.82%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422522800.110.100.00353.7993.5593.92
HexFEE1E40BA01625e5e
Octal376341344013120542136136
Binary111111101110000111100100010111010010110001010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE1E4; }

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

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

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

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

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

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

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

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