#FCD7DB

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

Shades of Pale Pink #FCD7DB

Tints of Pale Pink #FCD7DB

Color information

#FCD7DB (or 0xFCD7DB) is unknown color: approx Pale Pink. HEX triplet: FC, D7 and DB. RGB value is (252,215,219). Sum of RGB (Red+Green+Blue) = 252+215+219=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 215 (84.38% from 255 or 31.34% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD7DB is #032824. Grayscale: #E2E2E2. Windows color (decimal): -206885 or 14407676. OLE color: 14407676.

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

Color convert

RGB252215219-
CMYK00.150.130.01
HSL353.51º86.05%91.57%-
HSV(B)353.51º14.68%98.82%-
XYZ77.2374.4177.31-
YUV226.52123.76146.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 215 (84.38% from 255) = 31.34%
BLUE value IS 219 (85.94% from 255) = 31.92%
R=36.73%
G=31.34%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221521900.150.130.01353.5186.0591.57
HexFCD7DB0FD1162565c
Octal374327333017151542126134
Binary111111001101011111011011011111101110110001010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD7DB; }

 p { color: rgb(252,215,219); }

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

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

 a { background-color: rgb(252,215,219); }

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

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

 span { border-color: rgb(252,215,219); }

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