Shades of Lavender Pink #FCB0DF
Tints of Lavender Pink #FCB0DF
RGB
CMYK
RGB Variations
Color information
#FCB0DF (or 0xFCB0DF) is known color: Lavender Pink. HEX triplet: FC, B0 and DF. RGB value is (252,176,223). Sum of RGB (Red+Green+Blue) = 252+176+223=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 176 (69.14% from 255 or 27.04% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0DF is #034F20. Grayscale: #CBCBCB. Windows color (decimal): -216865 or 14659836. OLE color: 14659836.
HSL color Cylindrical-coordinate representation of color #FCB0DF: hue angle of 322.89º 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 #FCB0DF is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 223 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.01 |
| HSL | 322.89º | 0.93% | 0.84% | - |
| HSV(B) | 322.89º | 0.3% | 0.99% | - |
| XYZ | 68.99 | 57.07 | 77.19 | - |
| YUV | 204.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 223 | 0 | 0.30 | 0.12 | 0.01 | 322.89 | 0.93 | 0.84 |
| Hex | FC | B0 | DF | 0 | 1E | C | 1 | 143 | 5D | 54 |
| Octal | 374 | 260 | 337 | 0 | 36 | 14 | 1 | 503 | 135 | 124 |
| Binary | 11111100 | 10110000 | 11011111 | 0 | 11110 | 1100 | 1 | 101000011 | 1011101 | 1010100 |
Color Harmonies of #FCB0DF
Complementary color
Monochromatic Colors of #FCB0DF
Black with #FCB0DF
Text Example
Text Example
White with #FCB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0DF; }
p { color: rgb(252,176,223); }
H1.HeaderClassName
{
color: #FCB0DF;
}
.AnyTagClassName
{
color: #FCB0DF;
}
</style>
background-color css
<style>
a { background-color: #FCB0DF; }
a { background-color: rgb(252,176,223); }
div.DivClassName
{
background-color: #FCB0DF;
}
.BgClassName
{
background-color: #FCB0DF;
}
</style>
border-color css
<style>
span { border-color: #FCB0DF; }
span { border-color: rgb(252,176,223); }
td.TdClassName
{
border-color: #FCB0DF;
}
.TagClassName
{
border-color: #FCB0DF;
}
</style>