Shades of Pink Lace #FCCDDA
Tints of Pink Lace #FCCDDA
RGB
CMYK
RGB Variations
Color information
#FCCDDA (or 0xFCCDDA) is known color: Pink Lace. HEX triplet: FC, CD and DA. RGB value is (252,205,218). Sum of RGB (Red+Green+Blue) = 252+205+218=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 205 (80.47% from 255 or 30.37% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDDA is #033225. Grayscale: #DCDCDC. Windows color (decimal): -209446 or 14339580. OLE color: 14339580.
HSL color Cylindrical-coordinate representation of color #FCCDDA: hue angle of 343.4º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCDDA is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 205 | 218 | - |
CMYK | 0 | 0.19 | 0.13 | 0.01 |
HSL | 343.4º | 0.89% | 0.9% | - |
HSV(B) | 343.4º | 0.19% | 0.99% | - |
XYZ | 74.63 | 69.42 | 75.8 | - |
YUV | 220.54 | 126.57 | 150.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 205 | 218 | 0 | 0.19 | 0.13 | 0.01 | 343.4 | 0.89 | 0.9 |
Hex | FC | CD | DA | 0 | 13 | D | 1 | 157 | 59 | 5A |
Octal | 374 | 315 | 332 | 0 | 23 | 15 | 1 | 527 | 131 | 132 |
Binary | 11111100 | 11001101 | 11011010 | 0 | 10011 | 1101 | 1 | 101010111 | 1011001 | 1011010 |
Color Harmonies of #FCCDDA
Complementary color
Monochromatic Colors of #FCCDDA
Black with #FCCDDA
Text Example
Text Example
White with #FCCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDDA; }
p { color: rgb(252,205,218); }
H1.HeaderClassName
{
color: #FCCDDA;
}
.AnyTagClassName
{
color: #FCCDDA;
}
</style>
background-color css
<style>
a { background-color: #FCCDDA; }
a { background-color: rgb(252,205,218); }
div.DivClassName
{
background-color: #FCCDDA;
}
.BgClassName
{
background-color: #FCCDDA;
}
</style>
border-color css
<style>
span { border-color: #FCCDDA; }
span { border-color: rgb(252,205,218); }
td.TdClassName
{
border-color: #FCCDDA;
}
.TagClassName
{
border-color: #FCCDDA;
}
</style>