Shades of Pink Lace #FBCDD5
Tints of Pink Lace #FBCDD5
RGB
CMYK
RGB Variations
Color information
#FBCDD5 (or 0xFBCDD5) is known color: Pink Lace. HEX triplet: FB, CD and D5. RGB value is (251,205,213). Sum of RGB (Red+Green+Blue) = 251+205+213=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDD5 is #04322A. Grayscale: #DBDBDB. Windows color (decimal): -274987 or 14011899. OLE color: 14011899.
HSL color Cylindrical-coordinate representation of color #FBCDD5: hue angle of 349.57º 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 #FBCDD5 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 205 | 213 | - |
CMYK | 0 | 0.18 | 0.15 | 0.02 |
HSL | 349.57º | 0.85% | 0.89% | - |
HSV(B) | 349.57º | 0.18% | 0.98% | - |
XYZ | 73.63 | 68.98 | 72.38 | - |
YUV | 219.67 | 124.24 | 150.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 205 | 213 | 0 | 0.18 | 0.15 | 0.02 | 349.57 | 0.85 | 0.89 |
Hex | FB | CD | D5 | 0 | 12 | F | 2 | 15E | 55 | 59 |
Octal | 373 | 315 | 325 | 0 | 22 | 17 | 2 | 536 | 125 | 131 |
Binary | 11111011 | 11001101 | 11010101 | 0 | 10010 | 1111 | 10 | 101011110 | 1010101 | 1011001 |
Color Harmonies of #FBCDD5
Complementary color
Monochromatic Colors of #FBCDD5
Black with #FBCDD5
Text Example
Text Example
White with #FBCDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDD5; }
p { color: rgb(251,205,213); }
H1.HeaderClassName
{
color: #FBCDD5;
}
.AnyTagClassName
{
color: #FBCDD5;
}
</style>
background-color css
<style>
a { background-color: #FBCDD5; }
a { background-color: rgb(251,205,213); }
div.DivClassName
{
background-color: #FBCDD5;
}
.BgClassName
{
background-color: #FBCDD5;
}
</style>
border-color css
<style>
span { border-color: #FBCDD5; }
span { border-color: rgb(251,205,213); }
td.TdClassName
{
border-color: #FBCDD5;
}
.TagClassName
{
border-color: #FBCDD5;
}
</style>