Shades of Pink Lace #FBCCD4
Tints of Pink Lace #FBCCD4
RGB
CMYK
RGB Variations
Color information
#FBCCD4 (or 0xFBCCD4) is known color: Pink Lace. HEX triplet: FB, CC and D4. RGB value is (251,204,212). Sum of RGB (Red+Green+Blue) = 251+204+212=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCD4 is #04332B. Grayscale: #DADADA. Windows color (decimal): -275244 or 13946107. OLE color: 13946107.
HSL color Cylindrical-coordinate representation of color #FBCCD4: hue angle of 349.79º 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 #FBCCD4 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 204 | 212 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.02 |
| HSL | 349.79º | 0.85% | 0.89% | - |
| HSV(B) | 349.79º | 0.19% | 0.98% | - |
| XYZ | 73.26 | 68.45 | 71.64 | - |
| YUV | 218.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 204 | 212 | 0 | 0.19 | 0.16 | 0.02 | 349.79 | 0.85 | 0.89 |
| Hex | FB | CC | D4 | 0 | 13 | 10 | 2 | 15E | 55 | 59 |
| Octal | 373 | 314 | 324 | 0 | 23 | 20 | 2 | 536 | 125 | 131 |
| Binary | 11111011 | 11001100 | 11010100 | 0 | 10011 | 10000 | 10 | 101011110 | 1010101 | 1011001 |
Color Harmonies of #FBCCD4
Complementary color
Monochromatic Colors of #FBCCD4
Black with #FBCCD4
Text Example
Text Example
White with #FBCCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCD4; }
p { color: rgb(251,204,212); }
H1.HeaderClassName
{
color: #FBCCD4;
}
.AnyTagClassName
{
color: #FBCCD4;
}
</style>
background-color css
<style>
a { background-color: #FBCCD4; }
a { background-color: rgb(251,204,212); }
div.DivClassName
{
background-color: #FBCCD4;
}
.BgClassName
{
background-color: #FBCCD4;
}
</style>
border-color css
<style>
span { border-color: #FBCCD4; }
span { border-color: rgb(251,204,212); }
td.TdClassName
{
border-color: #FBCCD4;
}
.TagClassName
{
border-color: #FBCCD4;
}
</style>