Shades of Pale Pink #FCDDDE
Tints of Pale Pink #FCDDDE
RGB
CMYK
RGB Variations
Color information
#FCDDDE (or 0xFCDDDE) is known color: Pale Pink. HEX triplet: FC, DD and DE. RGB value is (252,221,222). Sum of RGB (Red+Green+Blue) = 252+221+222=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDDE is #032221. Grayscale: #E6E6E6. Windows color (decimal): -205346 or 14605820. OLE color: 14605820.
HSL color Cylindrical-coordinate representation of color #FCDDDE: hue angle of 358.06º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDDDE is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 222 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.01 |
| HSL | 358.06º | 0.84% | 0.93% | - |
| HSV(B) | 358.06º | 0.12% | 0.99% | - |
| XYZ | 79.19 | 77.68 | 79.93 | - |
| YUV | 230.38 | 123.27 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 222 | 0 | 0.12 | 0.12 | 0.01 | 358.06 | 0.84 | 0.93 |
| Hex | FC | DD | DE | 0 | C | C | 1 | 166 | 54 | 5D |
| Octal | 374 | 335 | 336 | 0 | 14 | 14 | 1 | 546 | 124 | 135 |
| Binary | 11111100 | 11011101 | 11011110 | 0 | 1100 | 1100 | 1 | 101100110 | 1010100 | 1011101 |
Color Harmonies of #FCDDDE
Complementary color
Monochromatic Colors of #FCDDDE
Black with #FCDDDE
Text Example
Text Example
White with #FCDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDDE; }
p { color: rgb(252,221,222); }
H1.HeaderClassName
{
color: #FCDDDE;
}
.AnyTagClassName
{
color: #FCDDDE;
}
</style>
background-color css
<style>
a { background-color: #FCDDDE; }
a { background-color: rgb(252,221,222); }
div.DivClassName
{
background-color: #FCDDDE;
}
.BgClassName
{
background-color: #FCDDDE;
}
</style>
border-color css
<style>
span { border-color: #FCDDDE; }
span { border-color: rgb(252,221,222); }
td.TdClassName
{
border-color: #FCDDDE;
}
.TagClassName
{
border-color: #FCDDDE;
}
</style>