Shades of Lavender Rose #FCB0EC
Tints of Lavender Rose #FCB0EC
RGB
CMYK
RGB Variations
Color information
#FCB0EC (or 0xFCB0EC) is known color: Lavender Rose. HEX triplet: FC, B0 and EC. RGB value is (252,176,236). Sum of RGB (Red+Green+Blue) = 252+176+236=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 176 (69.14% from 255 or 26.51% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB0EC is #034F13. Grayscale: #CDCDCD. Windows color (decimal): -216852 or 15511804. OLE color: 15511804.
HSL color Cylindrical-coordinate representation of color #FCB0EC: hue angle of 312.63º 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 #FCB0EC is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 236 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.01 |
| HSL | 312.63º | 0.93% | 0.84% | - |
| HSV(B) | 312.63º | 0.3% | 0.99% | - |
| XYZ | 70.81 | 57.8 | 86.78 | - |
| YUV | 205.56 | 145.18 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 236 | 0 | 0.30 | 0.06 | 0.01 | 312.63 | 0.93 | 0.84 |
| Hex | FC | B0 | EC | 0 | 1E | 6 | 1 | 139 | 5D | 54 |
| Octal | 374 | 260 | 354 | 0 | 36 | 6 | 1 | 471 | 135 | 124 |
| Binary | 11111100 | 10110000 | 11101100 | 0 | 11110 | 110 | 1 | 100111001 | 1011101 | 1010100 |
Color Harmonies of #FCB0EC
Complementary color
Monochromatic Colors of #FCB0EC
Black with #FCB0EC
Text Example
Text Example
White with #FCB0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0EC; }
p { color: rgb(252,176,236); }
H1.HeaderClassName
{
color: #FCB0EC;
}
.AnyTagClassName
{
color: #FCB0EC;
}
</style>
background-color css
<style>
a { background-color: #FCB0EC; }
a { background-color: rgb(252,176,236); }
div.DivClassName
{
background-color: #FCB0EC;
}
.BgClassName
{
background-color: #FCB0EC;
}
</style>
border-color css
<style>
span { border-color: #FCB0EC; }
span { border-color: rgb(252,176,236); }
td.TdClassName
{
border-color: #FCB0EC;
}
.TagClassName
{
border-color: #FCB0EC;
}
</style>