#FEE0E1

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

Shades of Pale Pink #FEE0E1

Tints of Pale Pink #FEE0E1

Color information

#FEE0E1 (or 0xFEE0E1) is unknown color: approx Pale Pink. HEX triplet: FE, E0 and E1. RGB value is (254,224,225). Sum of RGB (Red+Green+Blue) = 254+224+225=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 224 (87.89% from 255 or 31.86% from 703); Blue value is 225 (88.28% from 255 or 32.01% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0E1 is #011F1E. Grayscale: #E9E9E9. Windows color (decimal): -73503 or 14803198. OLE color: 14803198.

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

Color convert

RGB254224225-
CMYK00.120.110.00
HSL358º93.75%93.73%-
HSV(B)358º11.81%99.61%-
XYZ81.1279.8282.37-
YUV233.08123.44142.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.13%
GREEN value IS 224 (87.89% from 255) = 31.86%
BLUE value IS 225 (88.28% from 255) = 32.01%
R=36.13%
G=31.86%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422422500.120.110.0035893.7593.73
HexFEE0E10CB01665e5e
Octal376340341014130546136136
Binary111111101110000011100001011001011010110011010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE0E1; }

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

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

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

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

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

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

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

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