#FCDADC

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

Shades of Pale Pink #FCDADC

Tints of Pale Pink #FCDADC

Color information

#FCDADC (or 0xFCDADC) is unknown color: approx Pale Pink. HEX triplet: FC, DA and DC. RGB value is (252,218,220). Sum of RGB (Red+Green+Blue) = 252+218+220=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 218 (85.55% from 255 or 31.59% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDADC is #032523. Grayscale: #E4E4E4. Windows color (decimal): -206116 or 14473980. OLE color: 14473980.

HSL color Cylindrical-coordinate representation of color #FCDADC: hue angle of 356.47º 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 #FCDADC is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB252218220-
CMYK00.130.130.01
HSL356.47º85%92.16%-
HSV(B)356.47º13.49%98.82%-
XYZ78.1376.0178.26-
YUV228.39123.26144.84-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.52%
GREEN value IS 218 (85.55% from 255) = 31.59%
BLUE value IS 220 (86.33% from 255) = 31.88%
R=36.52%
G=31.59%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221822000.130.130.01356.478592.16
HexFCDADC0DD1164555c
Octal374332334015151544125134
Binary111111001101101011011100011011101110110010010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDADC; }

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

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

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

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

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

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

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

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