#FCDADD

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

Shades of Pale Pink #FCDADD

Tints of Pale Pink #FCDADD

Color information

#FCDADD (or 0xFCDADD) is unknown color: approx Pale Pink. HEX triplet: FC, DA and DD. RGB value is (252,218,221). Sum of RGB (Red+Green+Blue) = 252+218+221=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDADD is #032522. Grayscale: #E4E4E4. Windows color (decimal): -206115 or 14539516. OLE color: 14539516.

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

Color convert

RGB252218221-
CMYK00.130.120.01
HSL354.71º85%92.16%-
HSV(B)354.71º13.49%98.82%-
XYZ78.2776.0678.96-
YUV228.51123.76144.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.47%
GREEN value IS 218 (85.55% from 255) = 31.55%
BLUE value IS 221 (86.72% from 255) = 31.98%
R=36.47%
G=31.55%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221822100.130.120.01354.718592.16
HexFCDADD0DC1163555c
Octal374332335015141543125134
Binary111111001101101011011101011011100110110001110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDADD; }

 p { color: rgb(252,218,221); }

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

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

 a { background-color: rgb(252,218,221); }

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

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

 span { border-color: rgb(252,218,221); }

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