Shades of Lavender Pink #FCB0D0
Tints of Lavender Pink #FCB0D0
RGB
CMYK
RGB Variations
Color information
#FCB0D0 (or 0xFCB0D0) is known color: Lavender Pink. HEX triplet: FC, B0 and D0. RGB value is (252,176,208). Sum of RGB (Red+Green+Blue) = 252+176+208=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 176 (69.14% from 255 or 27.67% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0D0 is #034F2F. Grayscale: #CACACA. Windows color (decimal): -216880 or 13676796. OLE color: 13676796.
HSL color Cylindrical-coordinate representation of color #FCB0D0: hue angle of 334.74º 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 #FCB0D0 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 208 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.01 |
| HSL | 334.74º | 0.93% | 0.84% | - |
| HSV(B) | 334.74º | 0.3% | 0.99% | - |
| XYZ | 67.06 | 56.3 | 67.01 | - |
| YUV | 202.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 208 | 0 | 0.30 | 0.17 | 0.01 | 334.74 | 0.93 | 0.84 |
| Hex | FC | B0 | D0 | 0 | 1E | 11 | 1 | 14F | 5D | 54 |
| Octal | 374 | 260 | 320 | 0 | 36 | 21 | 1 | 517 | 135 | 124 |
| Binary | 11111100 | 10110000 | 11010000 | 0 | 11110 | 10001 | 1 | 101001111 | 1011101 | 1010100 |
Color Harmonies of #FCB0D0
Complementary color
Monochromatic Colors of #FCB0D0
Black with #FCB0D0
Text Example
Text Example
White with #FCB0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0D0; }
p { color: rgb(252,176,208); }
H1.HeaderClassName
{
color: #FCB0D0;
}
.AnyTagClassName
{
color: #FCB0D0;
}
</style>
background-color css
<style>
a { background-color: #FCB0D0; }
a { background-color: rgb(252,176,208); }
div.DivClassName
{
background-color: #FCB0D0;
}
.BgClassName
{
background-color: #FCB0D0;
}
</style>
border-color css
<style>
span { border-color: #FCB0D0; }
span { border-color: rgb(252,176,208); }
td.TdClassName
{
border-color: #FCB0D0;
}
.TagClassName
{
border-color: #FCB0D0;
}
</style>