Shades of Pink Lace #FCCED5
Tints of Pink Lace #FCCED5
RGB
CMYK
RGB Variations
Color information
#FCCED5 (or 0xFCCED5) is known color: Pink Lace. HEX triplet: FC, CE and D5. RGB value is (252,206,213). Sum of RGB (Red+Green+Blue) = 252+206+213=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCED5 is #03312A. Grayscale: #DCDCDC. Windows color (decimal): -209195 or 14012156. OLE color: 14012156.
HSL color Cylindrical-coordinate representation of color #FCCED5: hue angle of 350.87º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCED5 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 213 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.01 |
| HSL | 350.87º | 0.88% | 0.9% | - |
| HSV(B) | 350.87º | 0.18% | 0.99% | - |
| XYZ | 74.23 | 69.64 | 72.48 | - |
| YUV | 220.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 213 | 0 | 0.18 | 0.15 | 0.01 | 350.87 | 0.88 | 0.9 |
| Hex | FC | CE | D5 | 0 | 12 | F | 1 | 15F | 58 | 5A |
| Octal | 374 | 316 | 325 | 0 | 22 | 17 | 1 | 537 | 130 | 132 |
| Binary | 11111100 | 11001110 | 11010101 | 0 | 10010 | 1111 | 1 | 101011111 | 1011000 | 1011010 |
Color Harmonies of #FCCED5
Complementary color
Monochromatic Colors of #FCCED5
Black with #FCCED5
Text Example
Text Example
White with #FCCED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCED5; }
p { color: rgb(252,206,213); }
H1.HeaderClassName
{
color: #FCCED5;
}
.AnyTagClassName
{
color: #FCCED5;
}
</style>
background-color css
<style>
a { background-color: #FCCED5; }
a { background-color: rgb(252,206,213); }
div.DivClassName
{
background-color: #FCCED5;
}
.BgClassName
{
background-color: #FCCED5;
}
</style>
border-color css
<style>
span { border-color: #FCCED5; }
span { border-color: rgb(252,206,213); }
td.TdClassName
{
border-color: #FCCED5;
}
.TagClassName
{
border-color: #FCCED5;
}
</style>