Shades of Lavender Pink #FCB0D2
Tints of Lavender Pink #FCB0D2
RGB
CMYK
RGB Variations
Color information
#FCB0D2 (or 0xFCB0D2) is known color: Lavender Pink. HEX triplet: FC, B0 and D2. RGB value is (252,176,210). Sum of RGB (Red+Green+Blue) = 252+176+210=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 176 (69.14% from 255 or 27.59% from 638); Blue value is 210 (82.42% from 255 or 32.92% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0D2 is #034F2D. Grayscale: #CACACA. Windows color (decimal): -216878 or 13807868. OLE color: 13807868.
HSL color Cylindrical-coordinate representation of color #FCB0D2: hue angle of 333.16º 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 #FCB0D2 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 210 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.01 |
| HSL | 333.16º | 0.93% | 0.84% | - |
| HSV(B) | 333.16º | 0.3% | 0.99% | - |
| XYZ | 67.3 | 56.4 | 68.31 | - |
| YUV | 202.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 210 | 0 | 0.30 | 0.17 | 0.01 | 333.16 | 0.93 | 0.84 |
| Hex | FC | B0 | D2 | 0 | 1E | 11 | 1 | 14D | 5D | 54 |
| Octal | 374 | 260 | 322 | 0 | 36 | 21 | 1 | 515 | 135 | 124 |
| Binary | 11111100 | 10110000 | 11010010 | 0 | 11110 | 10001 | 1 | 101001101 | 1011101 | 1010100 |
Color Harmonies of #FCB0D2
Complementary color
Monochromatic Colors of #FCB0D2
Black with #FCB0D2
Text Example
Text Example
White with #FCB0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0D2; }
p { color: rgb(252,176,210); }
H1.HeaderClassName
{
color: #FCB0D2;
}
.AnyTagClassName
{
color: #FCB0D2;
}
</style>
background-color css
<style>
a { background-color: #FCB0D2; }
a { background-color: rgb(252,176,210); }
div.DivClassName
{
background-color: #FCB0D2;
}
.BgClassName
{
background-color: #FCB0D2;
}
</style>
border-color css
<style>
span { border-color: #FCB0D2; }
span { border-color: rgb(252,176,210); }
td.TdClassName
{
border-color: #FCB0D2;
}
.TagClassName
{
border-color: #FCB0D2;
}
</style>