Shades of Pink Lace #FBCDDC
Tints of Pink Lace #FBCDDC
RGB
CMYK
RGB Variations
Color information
#FBCDDC (or 0xFBCDDC) is known color: Pink Lace. HEX triplet: FB, CD and DC. RGB value is (251,205,220). Sum of RGB (Red+Green+Blue) = 251+205+220=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDDC is #043223. Grayscale: #DCDCDC. Windows color (decimal): -274980 or 14470651. OLE color: 14470651.
HSL color Cylindrical-coordinate representation of color #FBCDDC: hue angle of 340.43º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCDDC is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 205 | 220 | - |
CMYK | 0 | 0.18 | 0.12 | 0.02 |
HSL | 340.43º | 0.85% | 0.89% | - |
HSV(B) | 340.43º | 0.18% | 0.98% | - |
XYZ | 74.53 | 69.34 | 77.17 | - |
YUV | 220.46 | 127.74 | 149.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 205 | 220 | 0 | 0.18 | 0.12 | 0.02 | 340.43 | 0.85 | 0.89 |
Hex | FB | CD | DC | 0 | 12 | C | 2 | 154 | 55 | 59 |
Octal | 373 | 315 | 334 | 0 | 22 | 14 | 2 | 524 | 125 | 131 |
Binary | 11111011 | 11001101 | 11011100 | 0 | 10010 | 1100 | 10 | 101010100 | 1010101 | 1011001 |
Color Harmonies of #FBCDDC
Complementary color
Monochromatic Colors of #FBCDDC
Black with #FBCDDC
Text Example
Text Example
White with #FBCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDDC; }
p { color: rgb(251,205,220); }
H1.HeaderClassName
{
color: #FBCDDC;
}
.AnyTagClassName
{
color: #FBCDDC;
}
</style>
background-color css
<style>
a { background-color: #FBCDDC; }
a { background-color: rgb(251,205,220); }
div.DivClassName
{
background-color: #FBCDDC;
}
.BgClassName
{
background-color: #FBCDDC;
}
</style>
border-color css
<style>
span { border-color: #FBCDDC; }
span { border-color: rgb(251,205,220); }
td.TdClassName
{
border-color: #FBCDDC;
}
.TagClassName
{
border-color: #FBCDDC;
}
</style>