#FCD6DB

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

Shades of Pale Pink #FCD6DB

Tints of Pale Pink #FCD6DB

Color information

#FCD6DB (or 0xFCD6DB) is unknown color: approx Pale Pink. HEX triplet: FC, D6 and DB. RGB value is (252,214,219). Sum of RGB (Red+Green+Blue) = 252+214+219=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD6DB is #032924. Grayscale: #E1E1E1. Windows color (decimal): -207141 or 14407420. OLE color: 14407420.

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

Color convert

RGB252214219-
CMYK00.150.130.01
HSL352.11º86.36%91.37%-
HSV(B)352.11º15.08%98.82%-
XYZ76.9873.977.23-
YUV225.93124.09146.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 214 (83.98% from 255) = 31.24%
BLUE value IS 219 (85.94% from 255) = 31.97%
R=36.79%
G=31.24%
B=31.97%

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
Decimal25221421900.150.130.01352.1186.3691.37
HexFCD6DB0FD1160565b
Octal374326333017151540126133
Binary111111001101011011011011011111101110110000010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD6DB; }

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

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

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

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

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

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

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

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