#FCE0E1

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

Shades of Pale Pink #FCE0E1

Tints of Pale Pink #FCE0E1

Color information

#FCE0E1 (or 0xFCE0E1) is unknown color: approx Pale Pink. HEX triplet: FC, E0 and E1. RGB value is (252,224,225). Sum of RGB (Red+Green+Blue) = 252+224+225=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 225 (88.28% from 255 or 32.10% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0E1 is #031F1E. Grayscale: #E8E8E8. Windows color (decimal): -204575 or 14803196. OLE color: 14803196.

HSL color Cylindrical-coordinate representation of color #FCE0E1: hue angle of 357.86º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE0E1 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB252224225-
CMYK00.110.110.01
HSL357.86º82.35%93.33%-
HSV(B)357.86º11.11%98.82%-
XYZ80.3979.4482.33-
YUV232.49123.78141.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.95%
GREEN value IS 224 (87.89% from 255) = 31.95%
BLUE value IS 225 (88.28% from 255) = 32.10%
R=35.95%
G=31.95%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222422500.110.110.01357.8682.3593.33
HexFCE0E10BB1166525d
Octal374340341013131546122135
Binary111111001110000011100001010111011110110011010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0E1; }

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

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

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

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

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

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

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

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