Shades of Lavender Pink #FCB2DB
Tints of Lavender Pink #FCB2DB
RGB
CMYK
RGB Variations
Color information
#FCB2DB (or 0xFCB2DB) is known color: Lavender Pink. HEX triplet: FC, B2 and DB. RGB value is (252,178,219). Sum of RGB (Red+Green+Blue) = 252+178+219=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 178 (69.92% from 255 or 27.43% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2DB is #034D24. Grayscale: #CCCCCC. Windows color (decimal): -216357 or 14398204. OLE color: 14398204.
HSL color Cylindrical-coordinate representation of color #FCB2DB: hue angle of 326.76º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB2DB is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 219 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.01 |
| HSL | 326.76º | 0.93% | 0.84% | - |
| HSV(B) | 326.76º | 0.29% | 0.99% | - |
| XYZ | 68.85 | 57.65 | 74.52 | - |
| YUV | 204.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 219 | 0 | 0.29 | 0.13 | 0.01 | 326.76 | 0.93 | 0.84 |
| Hex | FC | B2 | DB | 0 | 1D | D | 1 | 147 | 5C | 54 |
| Octal | 374 | 262 | 333 | 0 | 35 | 15 | 1 | 507 | 134 | 124 |
| Binary | 11111100 | 10110010 | 11011011 | 0 | 11101 | 1101 | 1 | 101000111 | 1011100 | 1010100 |
Color Harmonies of #FCB2DB
Complementary color
Monochromatic Colors of #FCB2DB
Black with #FCB2DB
Text Example
Text Example
White with #FCB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB2DB; }
p { color: rgb(252,178,219); }
H1.HeaderClassName
{
color: #FCB2DB;
}
.AnyTagClassName
{
color: #FCB2DB;
}
</style>
background-color css
<style>
a { background-color: #FCB2DB; }
a { background-color: rgb(252,178,219); }
div.DivClassName
{
background-color: #FCB2DB;
}
.BgClassName
{
background-color: #FCB2DB;
}
</style>
border-color css
<style>
span { border-color: #FCB2DB; }
span { border-color: rgb(252,178,219); }
td.TdClassName
{
border-color: #FCB2DB;
}
.TagClassName
{
border-color: #FCB2DB;
}
</style>