Shades of Pink Lace #FBCCDA
Tints of Pink Lace #FBCCDA
RGB
CMYK
RGB Variations
Color information
#FBCCDA (or 0xFBCCDA) is known color: Pink Lace. HEX triplet: FB, CC and DA. RGB value is (251,204,218). Sum of RGB (Red+Green+Blue) = 251+204+218=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCDA is #043325. Grayscale: #DBDBDB. Windows color (decimal): -275238 or 14339323. OLE color: 14339323.
HSL color Cylindrical-coordinate representation of color #FBCCDA: hue angle of 342.13º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCCDA is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 204 | 218 | - |
CMYK | 0 | 0.19 | 0.13 | 0.02 |
HSL | 342.13º | 0.85% | 0.89% | - |
HSV(B) | 342.13º | 0.19% | 0.98% | - |
XYZ | 74.03 | 68.76 | 75.7 | - |
YUV | 219.65 | 127.07 | 150.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 204 | 218 | 0 | 0.19 | 0.13 | 0.02 | 342.13 | 0.85 | 0.89 |
Hex | FB | CC | DA | 0 | 13 | D | 2 | 156 | 55 | 59 |
Octal | 373 | 314 | 332 | 0 | 23 | 15 | 2 | 526 | 125 | 131 |
Binary | 11111011 | 11001100 | 11011010 | 0 | 10011 | 1101 | 10 | 101010110 | 1010101 | 1011001 |
Color Harmonies of #FBCCDA
Complementary color
Monochromatic Colors of #FBCCDA
Black with #FBCCDA
Text Example
Text Example
White with #FBCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCDA; }
p { color: rgb(251,204,218); }
H1.HeaderClassName
{
color: #FBCCDA;
}
.AnyTagClassName
{
color: #FBCCDA;
}
</style>
background-color css
<style>
a { background-color: #FBCCDA; }
a { background-color: rgb(251,204,218); }
div.DivClassName
{
background-color: #FBCCDA;
}
.BgClassName
{
background-color: #FBCCDA;
}
</style>
border-color css
<style>
span { border-color: #FBCCDA; }
span { border-color: rgb(251,204,218); }
td.TdClassName
{
border-color: #FBCCDA;
}
.TagClassName
{
border-color: #FBCCDA;
}
</style>