Shades of Pink Lace #FBCDDA
Tints of Pink Lace #FBCDDA
RGB
CMYK
RGB Variations
Color information
#FBCDDA (or 0xFBCDDA) is known color: Pink Lace. HEX triplet: FB, CD and DA. RGB value is (251,205,218). Sum of RGB (Red+Green+Blue) = 251+205+218=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 205 (80.47% from 255 or 30.42% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDDA is #043225. Grayscale: #DCDCDC. Windows color (decimal): -274982 or 14339579. OLE color: 14339579.
HSL color Cylindrical-coordinate representation of color #FBCDDA: hue angle of 343.04º 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 #FBCDDA is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 205 | 218 | - |
CMYK | 0 | 0.18 | 0.13 | 0.02 |
HSL | 343.04º | 0.85% | 0.89% | - |
HSV(B) | 343.04º | 0.18% | 0.98% | - |
XYZ | 74.27 | 69.23 | 75.78 | - |
YUV | 220.24 | 126.74 | 149.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 205 | 218 | 0 | 0.18 | 0.13 | 0.02 | 343.04 | 0.85 | 0.89 |
Hex | FB | CD | DA | 0 | 12 | D | 2 | 157 | 55 | 59 |
Octal | 373 | 315 | 332 | 0 | 22 | 15 | 2 | 527 | 125 | 131 |
Binary | 11111011 | 11001101 | 11011010 | 0 | 10010 | 1101 | 10 | 101010111 | 1010101 | 1011001 |
Color Harmonies of #FBCDDA
Complementary color
Monochromatic Colors of #FBCDDA
Black with #FBCDDA
Text Example
Text Example
White with #FBCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDDA; }
p { color: rgb(251,205,218); }
H1.HeaderClassName
{
color: #FBCDDA;
}
.AnyTagClassName
{
color: #FBCDDA;
}
</style>
background-color css
<style>
a { background-color: #FBCDDA; }
a { background-color: rgb(251,205,218); }
div.DivClassName
{
background-color: #FBCDDA;
}
.BgClassName
{
background-color: #FBCDDA;
}
</style>
border-color css
<style>
span { border-color: #FBCDDA; }
span { border-color: rgb(251,205,218); }
td.TdClassName
{
border-color: #FBCDDA;
}
.TagClassName
{
border-color: #FBCDDA;
}
</style>