#FCDEE0

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

Shades of Pale Pink #FCDEE0

Tints of Pale Pink #FCDEE0

Color information

#FCDEE0 (or 0xFCDEE0) is unknown color: approx Pale Pink. HEX triplet: FC, DE and E0. RGB value is (252,222,224). Sum of RGB (Red+Green+Blue) = 252+222+224=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 224 (87.89% from 255 or 32.09% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEE0 is #03211F. Grayscale: #E7E7E7. Windows color (decimal): -205088 or 14737148. OLE color: 14737148.

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

Color convert

RGB252222224-
CMYK00.120.110.01
HSL356º83.33%92.94%-
HSV(B)356º11.9%98.82%-
XYZ79.7278.3281.44-
YUV231.2123.94142.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 222 (87.11% from 255) = 31.81%
BLUE value IS 224 (87.89% from 255) = 32.09%
R=36.10%
G=31.81%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222222400.120.110.0135683.3392.94
HexFCDEE00CB1164535d
Octal374336340014131544123135
Binary111111001101111011100000011001011110110010010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDEE0; }

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

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

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

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

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

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

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

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