Shades of Pink Lace #FBCADB
Tints of Pink Lace #FBCADB
RGB
CMYK
RGB Variations
Color information
#FBCADB (or 0xFBCADB) is known color: Pink Lace. HEX triplet: FB, CA and DB. RGB value is (251,202,219). Sum of RGB (Red+Green+Blue) = 251+202+219=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCADB is #043524. Grayscale: #DADADA. Windows color (decimal): -275749 or 14404347. OLE color: 14404347.
HSL color Cylindrical-coordinate representation of color #FBCADB: hue angle of 339.18º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCADB is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 219 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.02 |
| HSL | 339.18º | 0.86% | 0.89% | - |
| HSV(B) | 339.18º | 0.2% | 0.98% | - |
| XYZ | 73.69 | 67.86 | 76.23 | - |
| YUV | 218.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 219 | 0 | 0.20 | 0.13 | 0.02 | 339.18 | 0.86 | 0.89 |
| Hex | FB | CA | DB | 0 | 14 | D | 2 | 153 | 56 | 59 |
| Octal | 373 | 312 | 333 | 0 | 24 | 15 | 2 | 523 | 126 | 131 |
| Binary | 11111011 | 11001010 | 11011011 | 0 | 10100 | 1101 | 10 | 101010011 | 1010110 | 1011001 |
Color Harmonies of #FBCADB
Complementary color
Monochromatic Colors of #FBCADB
Black with #FBCADB
Text Example
Text Example
White with #FBCADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCADB; }
p { color: rgb(251,202,219); }
H1.HeaderClassName
{
color: #FBCADB;
}
.AnyTagClassName
{
color: #FBCADB;
}
</style>
background-color css
<style>
a { background-color: #FBCADB; }
a { background-color: rgb(251,202,219); }
div.DivClassName
{
background-color: #FBCADB;
}
.BgClassName
{
background-color: #FBCADB;
}
</style>
border-color css
<style>
span { border-color: #FBCADB; }
span { border-color: rgb(251,202,219); }
td.TdClassName
{
border-color: #FBCADB;
}
.TagClassName
{
border-color: #FBCADB;
}
</style>