Shades of Pink Lace #FBCEDA
Tints of Pink Lace #FBCEDA
RGB
CMYK
RGB Variations
Color information
#FBCEDA (or 0xFBCEDA) is known color: Pink Lace. HEX triplet: FB, CE and DA. RGB value is (251,206,218). Sum of RGB (Red+Green+Blue) = 251+206+218=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEDA is #043125. Grayscale: #DCDCDC. Windows color (decimal): -274726 or 14339835. OLE color: 14339835.
HSL color Cylindrical-coordinate representation of color #FBCEDA: hue angle of 344º 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 #FBCEDA is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 218 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.02 |
| HSL | 344º | 0.85% | 0.9% | - |
| HSV(B) | 344º | 0.18% | 0.98% | - |
| XYZ | 74.51 | 69.71 | 75.86 | - |
| YUV | 220.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 218 | 0 | 0.18 | 0.13 | 0.02 | 344 | 0.85 | 0.9 |
| Hex | FB | CE | DA | 0 | 12 | D | 2 | 158 | 55 | 5A |
| Octal | 373 | 316 | 332 | 0 | 22 | 15 | 2 | 530 | 125 | 132 |
| Binary | 11111011 | 11001110 | 11011010 | 0 | 10010 | 1101 | 10 | 101011000 | 1010101 | 1011010 |
Color Harmonies of #FBCEDA
Complementary color
Monochromatic Colors of #FBCEDA
Black with #FBCEDA
Text Example
Text Example
White with #FBCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCEDA; }
p { color: rgb(251,206,218); }
H1.HeaderClassName
{
color: #FBCEDA;
}
.AnyTagClassName
{
color: #FBCEDA;
}
</style>
background-color css
<style>
a { background-color: #FBCEDA; }
a { background-color: rgb(251,206,218); }
div.DivClassName
{
background-color: #FBCEDA;
}
.BgClassName
{
background-color: #FBCEDA;
}
</style>
border-color css
<style>
span { border-color: #FBCEDA; }
span { border-color: rgb(251,206,218); }
td.TdClassName
{
border-color: #FBCEDA;
}
.TagClassName
{
border-color: #FBCEDA;
}
</style>