Shades of Lavender Pink #FCB0D9
Tints of Lavender Pink #FCB0D9
RGB
CMYK
RGB Variations
Color information
#FCB0D9 (or 0xFCB0D9) is known color: Lavender Pink. HEX triplet: FC, B0 and D9. RGB value is (252,176,217). Sum of RGB (Red+Green+Blue) = 252+176+217=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 176 (69.14% from 255 or 27.29% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0D9 is #034F26. Grayscale: #CBCBCB. Windows color (decimal): -216871 or 14266620. OLE color: 14266620.
HSL color Cylindrical-coordinate representation of color #FCB0D9: hue angle of 327.63º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB0D9 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 217 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.01 |
| HSL | 327.63º | 0.93% | 0.84% | - |
| HSV(B) | 327.63º | 0.3% | 0.99% | - |
| XYZ | 68.19 | 56.76 | 73.01 | - |
| YUV | 203.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 217 | 0 | 0.30 | 0.14 | 0.01 | 327.63 | 0.93 | 0.84 |
| Hex | FC | B0 | D9 | 0 | 1E | E | 1 | 148 | 5D | 54 |
| Octal | 374 | 260 | 331 | 0 | 36 | 16 | 1 | 510 | 135 | 124 |
| Binary | 11111100 | 10110000 | 11011001 | 0 | 11110 | 1110 | 1 | 101001000 | 1011101 | 1010100 |
Color Harmonies of #FCB0D9
Complementary color
Monochromatic Colors of #FCB0D9
Black with #FCB0D9
Text Example
Text Example
White with #FCB0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0D9; }
p { color: rgb(252,176,217); }
H1.HeaderClassName
{
color: #FCB0D9;
}
.AnyTagClassName
{
color: #FCB0D9;
}
</style>
background-color css
<style>
a { background-color: #FCB0D9; }
a { background-color: rgb(252,176,217); }
div.DivClassName
{
background-color: #FCB0D9;
}
.BgClassName
{
background-color: #FCB0D9;
}
</style>
border-color css
<style>
span { border-color: #FCB0D9; }
span { border-color: rgb(252,176,217); }
td.TdClassName
{
border-color: #FCB0D9;
}
.TagClassName
{
border-color: #FCB0D9;
}
</style>