Shades of Pink Lace #FBCED8
Tints of Pink Lace #FBCED8
RGB
CMYK
RGB Variations
Color information
#FBCED8 (or 0xFBCED8) is known color: Pink Lace. HEX triplet: FB, CE and D8. RGB value is (251,206,216). Sum of RGB (Red+Green+Blue) = 251+206+216=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCED8 is #043127. Grayscale: #DCDCDC. Windows color (decimal): -274728 or 14208763. OLE color: 14208763.
HSL color Cylindrical-coordinate representation of color #FBCED8: hue angle of 346.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 #FBCED8 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 216 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.02 |
| HSL | 346.67º | 0.85% | 0.9% | - |
| HSV(B) | 346.67º | 0.18% | 0.98% | - |
| XYZ | 74.25 | 69.61 | 74.49 | - |
| YUV | 220.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 216 | 0 | 0.18 | 0.14 | 0.02 | 346.67 | 0.85 | 0.9 |
| Hex | FB | CE | D8 | 0 | 12 | E | 2 | 15B | 55 | 5A |
| Octal | 373 | 316 | 330 | 0 | 22 | 16 | 2 | 533 | 125 | 132 |
| Binary | 11111011 | 11001110 | 11011000 | 0 | 10010 | 1110 | 10 | 101011011 | 1010101 | 1011010 |
Color Harmonies of #FBCED8
Complementary color
Monochromatic Colors of #FBCED8
Black with #FBCED8
Text Example
Text Example
White with #FBCED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCED8; }
p { color: rgb(251,206,216); }
H1.HeaderClassName
{
color: #FBCED8;
}
.AnyTagClassName
{
color: #FBCED8;
}
</style>
background-color css
<style>
a { background-color: #FBCED8; }
a { background-color: rgb(251,206,216); }
div.DivClassName
{
background-color: #FBCED8;
}
.BgClassName
{
background-color: #FBCED8;
}
</style>
border-color css
<style>
span { border-color: #FBCED8; }
span { border-color: rgb(251,206,216); }
td.TdClassName
{
border-color: #FBCED8;
}
.TagClassName
{
border-color: #FBCED8;
}
</style>