#FCE4E5

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

Shades of Pale Pink #FCE4E5

Tints of Pale Pink #FCE4E5

Color information

#FCE4E5 (or 0xFCE4E5) is unknown color: approx Pale Pink. HEX triplet: FC, E4 and E5. RGB value is (252,228,229). Sum of RGB (Red+Green+Blue) = 252+228+229=709 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.54% from 709); Green value is 228 (89.45% from 255 or 32.16% from 709); Blue value is 229 (89.84% from 255 or 32.30% from 709); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4E5 is #031B1A. Grayscale: #EBEBEB. Windows color (decimal): -203547 or 15066364. OLE color: 15066364.

HSL color Cylindrical-coordinate representation of color #FCE4E5: hue angle of 357.5º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE4E5 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB252228229-
CMYK00.100.090.01
HSL357.5º80%94.12%-
HSV(B)357.5º9.52%98.82%-
XYZ82.0381.8485.6-
YUV235.29124.45139.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.54%
GREEN value IS 228 (89.45% from 255) = 32.16%
BLUE value IS 229 (89.84% from 255) = 32.30%
R=35.54%
G=32.16%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222822900.100.090.01357.58094.12
HexFCE4E50A91166505e
Octal374344345012111546120136
Binary111111001110010011100101010101001110110011010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE4E5; }

 p { color: rgb(252,228,229); }

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

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

 a { background-color: rgb(252,228,229); }

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

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

 span { border-color: rgb(252,228,229); }

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