#FEE0E3

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

Shades of Pale Pink #FEE0E3

Tints of Pale Pink #FEE0E3

Color information

#FEE0E3 (or 0xFEE0E3) is unknown color: approx Pale Pink. HEX triplet: FE, E0 and E3. RGB value is (254,224,227). Sum of RGB (Red+Green+Blue) = 254+224+227=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 224 (87.89% from 255 or 31.77% from 705); Blue value is 227 (89.06% from 255 or 32.20% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0E3 is #011F1C. Grayscale: #E9E9E9. Windows color (decimal): -73501 or 14934270. OLE color: 14934270.

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

Color convert

RGB254224227-
CMYK00.120.110.00
HSL354º93.75%93.73%-
HSV(B)354º11.81%99.61%-
XYZ81.3979.9383.81-
YUV233.31124.44142.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.03%
GREEN value IS 224 (87.89% from 255) = 31.77%
BLUE value IS 227 (89.06% from 255) = 32.20%
R=36.03%
G=31.77%
B=32.20%

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
Decimal25422422700.120.110.0035493.7593.73
HexFEE0E30CB01625e5e
Octal376340343014130542136136
Binary111111101110000011100011011001011010110001010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE0E3; }

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

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

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

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

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

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

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

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