#FCD4D9

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

Shades of Pale Pink #FCD4D9

Tints of Pale Pink #FCD4D9

Color information

#FCD4D9 (or 0xFCD4D9) is unknown color: approx Pale Pink. HEX triplet: FC, D4 and D9. RGB value is (252,212,217). Sum of RGB (Red+Green+Blue) = 252+212+217=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 212 (83.20% from 255 or 31.13% from 681); Blue value is 217 (85.16% from 255 or 31.86% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD4D9 is #032B26. Grayscale: #E0E0E0. Windows color (decimal): -207655 or 14275836. OLE color: 14275836.

HSL color Cylindrical-coordinate representation of color #FCD4D9: hue angle of 352.5º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FCD4D9 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB252212217-
CMYK00.160.140.01
HSL352.5º86.96%90.98%-
HSV(B)352.5º15.87%98.82%-
XYZ76.2172.7975.68-
YUV224.53123.75147.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 212 (83.20% from 255) = 31.13%
BLUE value IS 217 (85.16% from 255) = 31.86%
R=37.00%
G=31.13%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221221700.160.140.01352.586.9690.98
HexFCD4D9010E1160575b
Octal374324331020161540127133
Binary1111110011010100110110010100001110110110000010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD4D9; }

 p { color: rgb(252,212,217); }

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

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

 a { background-color: rgb(252,212,217); }

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

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

 span { border-color: rgb(252,212,217); }

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