Shades of Pink Lace #FBCFDA
Tints of Pink Lace #FBCFDA
RGB
CMYK
RGB Variations
Color information
#FBCFDA (or 0xFBCFDA) is known color: Pink Lace. HEX triplet: FB, CF and DA. RGB value is (251,207,218). Sum of RGB (Red+Green+Blue) = 251+207+218=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFDA is #043025. Grayscale: #DDDDDD. Windows color (decimal): -274470 or 14340091. OLE color: 14340091.
HSL color Cylindrical-coordinate representation of color #FBCFDA: hue angle of 345º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCFDA is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 218 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.02 |
| HSL | 345º | 0.85% | 0.9% | - |
| HSV(B) | 345º | 0.18% | 0.98% | - |
| XYZ | 74.75 | 70.2 | 75.94 | - |
| YUV | 221.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 218 | 0 | 0.18 | 0.13 | 0.02 | 345 | 0.85 | 0.9 |
| Hex | FB | CF | DA | 0 | 12 | D | 2 | 159 | 55 | 5A |
| Octal | 373 | 317 | 332 | 0 | 22 | 15 | 2 | 531 | 125 | 132 |
| Binary | 11111011 | 11001111 | 11011010 | 0 | 10010 | 1101 | 10 | 101011001 | 1010101 | 1011010 |
Color Harmonies of #FBCFDA
Complementary color
Monochromatic Colors of #FBCFDA
Black with #FBCFDA
Text Example
Text Example
White with #FBCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFDA; }
p { color: rgb(251,207,218); }
H1.HeaderClassName
{
color: #FBCFDA;
}
.AnyTagClassName
{
color: #FBCFDA;
}
</style>
background-color css
<style>
a { background-color: #FBCFDA; }
a { background-color: rgb(251,207,218); }
div.DivClassName
{
background-color: #FBCFDA;
}
.BgClassName
{
background-color: #FBCFDA;
}
</style>
border-color css
<style>
span { border-color: #FBCFDA; }
span { border-color: rgb(251,207,218); }
td.TdClassName
{
border-color: #FBCFDA;
}
.TagClassName
{
border-color: #FBCFDA;
}
</style>