Shades of Pale Pink #FCD5DA
Tints of Pale Pink #FCD5DA
RGB
CMYK
RGB Variations
Color information
#FCD5DA (or 0xFCD5DA) is known color: Pale Pink. HEX triplet: FC, D5 and DA. RGB value is (252,213,218). Sum of RGB (Red+Green+Blue) = 252+213+218=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 213 (83.59% from 255 or 31.19% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD5DA is #032A25. Grayscale: #E1E1E1. Windows color (decimal): -207398 or 14341628. OLE color: 14341628.
HSL color Cylindrical-coordinate representation of color #FCD5DA: hue angle of 352.31º degrees, saturation: 0.87, 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 #FCD5DA is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 213 | 218 | - |
CMYK | 0 | 0.15 | 0.13 | 0.01 |
HSL | 352.31º | 0.87% | 0.91% | - |
HSV(B) | 352.31º | 0.15% | 0.99% | - |
XYZ | 76.59 | 73.35 | 76.45 | - |
YUV | 225.23 | 123.92 | 147.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 213 | 218 | 0 | 0.15 | 0.13 | 0.01 | 352.31 | 0.87 | 0.91 |
Hex | FC | D5 | DA | 0 | F | D | 1 | 160 | 57 | 5B |
Octal | 374 | 325 | 332 | 0 | 17 | 15 | 1 | 540 | 127 | 133 |
Binary | 11111100 | 11010101 | 11011010 | 0 | 1111 | 1101 | 1 | 101100000 | 1010111 | 1011011 |
Color Harmonies of #FCD5DA
Complementary color
Monochromatic Colors of #FCD5DA
Black with #FCD5DA
Text Example
Text Example
White with #FCD5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD5DA; }
p { color: rgb(252,213,218); }
H1.HeaderClassName
{
color: #FCD5DA;
}
.AnyTagClassName
{
color: #FCD5DA;
}
</style>
background-color css
<style>
a { background-color: #FCD5DA; }
a { background-color: rgb(252,213,218); }
div.DivClassName
{
background-color: #FCD5DA;
}
.BgClassName
{
background-color: #FCD5DA;
}
</style>
border-color css
<style>
span { border-color: #FCD5DA; }
span { border-color: rgb(252,213,218); }
td.TdClassName
{
border-color: #FCD5DA;
}
.TagClassName
{
border-color: #FCD5DA;
}
</style>