Shades of Pale Pink #FCDBDE
Tints of Pale Pink #FCDBDE
RGB
CMYK
RGB Variations
Color information
#FCDBDE (or 0xFCDBDE) is known color: Pale Pink. HEX triplet: FC, DB and DE. RGB value is (252,219,222). Sum of RGB (Red+Green+Blue) = 252+219+222=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBDE is #032421. Grayscale: #E5E5E5. Windows color (decimal): -205858 or 14605308. OLE color: 14605308.
HSL color Cylindrical-coordinate representation of color #FCDBDE: hue angle of 354.55º 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 #FCDBDE is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 222 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.01 |
| HSL | 354.55º | 0.85% | 0.92% | - |
| HSV(B) | 354.55º | 0.13% | 0.99% | - |
| XYZ | 78.66 | 76.63 | 79.75 | - |
| YUV | 229.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 222 | 0 | 0.13 | 0.12 | 0.01 | 354.55 | 0.85 | 0.92 |
| Hex | FC | DB | DE | 0 | D | C | 1 | 163 | 55 | 5C |
| Octal | 374 | 333 | 336 | 0 | 15 | 14 | 1 | 543 | 125 | 134 |
| Binary | 11111100 | 11011011 | 11011110 | 0 | 1101 | 1100 | 1 | 101100011 | 1010101 | 1011100 |
Color Harmonies of #FCDBDE
Complementary color
Monochromatic Colors of #FCDBDE
Black with #FCDBDE
Text Example
Text Example
White with #FCDBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBDE; }
p { color: rgb(252,219,222); }
H1.HeaderClassName
{
color: #FCDBDE;
}
.AnyTagClassName
{
color: #FCDBDE;
}
</style>
background-color css
<style>
a { background-color: #FCDBDE; }
a { background-color: rgb(252,219,222); }
div.DivClassName
{
background-color: #FCDBDE;
}
.BgClassName
{
background-color: #FCDBDE;
}
</style>
border-color css
<style>
span { border-color: #FCDBDE; }
span { border-color: rgb(252,219,222); }
td.TdClassName
{
border-color: #FCDBDE;
}
.TagClassName
{
border-color: #FCDBDE;
}
</style>