Shades of Pink Lace #FBCFDD
Tints of Pink Lace #FBCFDD
RGB
CMYK
RGB Variations
Color information
#FBCFDD (or 0xFBCFDD) is known color: Pink Lace. HEX triplet: FB, CF and DD. RGB value is (251,207,221). Sum of RGB (Red+Green+Blue) = 251+207+221=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 207 (81.25% from 255 or 30.49% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFDD is #043022. Grayscale: #DDDDDD. Windows color (decimal): -274467 or 14536699. OLE color: 14536699.
HSL color Cylindrical-coordinate representation of color #FBCFDD: hue angle of 340.91º 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 #FBCFDD is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 221 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.02 |
| HSL | 340.91º | 0.85% | 0.9% | - |
| HSV(B) | 340.91º | 0.18% | 0.98% | - |
| XYZ | 75.15 | 70.36 | 78.03 | - |
| YUV | 221.75 | 127.58 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 221 | 0 | 0.18 | 0.12 | 0.02 | 340.91 | 0.85 | 0.9 |
| Hex | FB | CF | DD | 0 | 12 | C | 2 | 155 | 55 | 5A |
| Octal | 373 | 317 | 335 | 0 | 22 | 14 | 2 | 525 | 125 | 132 |
| Binary | 11111011 | 11001111 | 11011101 | 0 | 10010 | 1100 | 10 | 101010101 | 1010101 | 1011010 |
Color Harmonies of #FBCFDD
Complementary color
Monochromatic Colors of #FBCFDD
Black with #FBCFDD
Text Example
Text Example
White with #FBCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFDD; }
p { color: rgb(251,207,221); }
H1.HeaderClassName
{
color: #FBCFDD;
}
.AnyTagClassName
{
color: #FBCFDD;
}
</style>
background-color css
<style>
a { background-color: #FBCFDD; }
a { background-color: rgb(251,207,221); }
div.DivClassName
{
background-color: #FBCFDD;
}
.BgClassName
{
background-color: #FBCFDD;
}
</style>
border-color css
<style>
span { border-color: #FBCFDD; }
span { border-color: rgb(251,207,221); }
td.TdClassName
{
border-color: #FBCFDD;
}
.TagClassName
{
border-color: #FBCFDD;
}
</style>