Shades of Pink Lace #FBCED5
Tints of Pink Lace #FBCED5
RGB
CMYK
RGB Variations
Color information
#FBCED5 (or 0xFBCED5) is known color: Pink Lace. HEX triplet: FB, CE and D5. RGB value is (251,206,213). Sum of RGB (Red+Green+Blue) = 251+206+213=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCED5 is #04312A. Grayscale: #DCDCDC. Windows color (decimal): -274731 or 14012155. OLE color: 14012155.
HSL color Cylindrical-coordinate representation of color #FBCED5: hue angle of 350.67º 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 #FBCED5 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 213 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.02 |
| HSL | 350.67º | 0.85% | 0.9% | - |
| HSV(B) | 350.67º | 0.18% | 0.98% | - |
| XYZ | 73.87 | 69.46 | 72.46 | - |
| YUV | 220.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 213 | 0 | 0.18 | 0.15 | 0.02 | 350.67 | 0.85 | 0.9 |
| Hex | FB | CE | D5 | 0 | 12 | F | 2 | 15F | 55 | 5A |
| Octal | 373 | 316 | 325 | 0 | 22 | 17 | 2 | 537 | 125 | 132 |
| Binary | 11111011 | 11001110 | 11010101 | 0 | 10010 | 1111 | 10 | 101011111 | 1010101 | 1011010 |
Color Harmonies of #FBCED5
Complementary color
Monochromatic Colors of #FBCED5
Black with #FBCED5
Text Example
Text Example
White with #FBCED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCED5; }
p { color: rgb(251,206,213); }
H1.HeaderClassName
{
color: #FBCED5;
}
.AnyTagClassName
{
color: #FBCED5;
}
</style>
background-color css
<style>
a { background-color: #FBCED5; }
a { background-color: rgb(251,206,213); }
div.DivClassName
{
background-color: #FBCED5;
}
.BgClassName
{
background-color: #FBCED5;
}
</style>
border-color css
<style>
span { border-color: #FBCED5; }
span { border-color: rgb(251,206,213); }
td.TdClassName
{
border-color: #FBCED5;
}
.TagClassName
{
border-color: #FBCED5;
}
</style>