Shades of Lavender Pink #FCB0D8
Tints of Lavender Pink #FCB0D8
RGB
CMYK
RGB Variations
Color information
#FCB0D8 (or 0xFCB0D8) is known color: Lavender Pink. HEX triplet: FC, B0 and D8. RGB value is (252,176,216). Sum of RGB (Red+Green+Blue) = 252+176+216=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 176 (69.14% from 255 or 27.33% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0D8 is #034F27. Grayscale: #CBCBCB. Windows color (decimal): -216872 or 14201084. OLE color: 14201084.
HSL color Cylindrical-coordinate representation of color #FCB0D8: hue angle of 328.42º 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 #FCB0D8 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 216 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.01 |
| HSL | 328.42º | 0.93% | 0.84% | - |
| HSV(B) | 328.42º | 0.3% | 0.99% | - |
| XYZ | 68.06 | 56.7 | 72.32 | - |
| YUV | 203.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 216 | 0 | 0.30 | 0.14 | 0.01 | 328.42 | 0.93 | 0.84 |
| Hex | FC | B0 | D8 | 0 | 1E | E | 1 | 148 | 5D | 54 |
| Octal | 374 | 260 | 330 | 0 | 36 | 16 | 1 | 510 | 135 | 124 |
| Binary | 11111100 | 10110000 | 11011000 | 0 | 11110 | 1110 | 1 | 101001000 | 1011101 | 1010100 |
Color Harmonies of #FCB0D8
Complementary color
Monochromatic Colors of #FCB0D8
Black with #FCB0D8
Text Example
Text Example
White with #FCB0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0D8; }
p { color: rgb(252,176,216); }
H1.HeaderClassName
{
color: #FCB0D8;
}
.AnyTagClassName
{
color: #FCB0D8;
}
</style>
background-color css
<style>
a { background-color: #FCB0D8; }
a { background-color: rgb(252,176,216); }
div.DivClassName
{
background-color: #FCB0D8;
}
.BgClassName
{
background-color: #FCB0D8;
}
</style>
border-color css
<style>
span { border-color: #FCB0D8; }
span { border-color: rgb(252,176,216); }
td.TdClassName
{
border-color: #FCB0D8;
}
.TagClassName
{
border-color: #FCB0D8;
}
</style>