Shades of Lavender Rose #FCB0F9
Tints of Lavender Rose #FCB0F9
RGB
CMYK
RGB Variations
Color information
#FCB0F9 (or 0xFCB0F9) is known color: Lavender Rose. HEX triplet: FC, B0 and F9. RGB value is (252,176,249). Sum of RGB (Red+Green+Blue) = 252+176+249=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 176 (69.14% from 255 or 26.00% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB0F9 is #034F06. Grayscale: #CECECE. Windows color (decimal): -216839 or 16363772. OLE color: 16363772.
HSL color Cylindrical-coordinate representation of color #FCB0F9: hue angle of 302.37º 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 #FCB0F9 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 249 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.01 |
| HSL | 302.37º | 0.93% | 0.84% | - |
| HSV(B) | 302.37º | 0.3% | 0.99% | - |
| XYZ | 72.77 | 58.59 | 97.1 | - |
| YUV | 207.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 249 | 0 | 0.30 | 0.01 | 0.01 | 302.37 | 0.93 | 0.84 |
| Hex | FC | B0 | F9 | 0 | 1E | 1 | 1 | 12E | 5D | 54 |
| Octal | 374 | 260 | 371 | 0 | 36 | 1 | 1 | 456 | 135 | 124 |
| Binary | 11111100 | 10110000 | 11111001 | 0 | 11110 | 1 | 1 | 100101110 | 1011101 | 1010100 |
Color Harmonies of #FCB0F9
Complementary color
Monochromatic Colors of #FCB0F9
Black with #FCB0F9
Text Example
Text Example
White with #FCB0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0F9; }
p { color: rgb(252,176,249); }
H1.HeaderClassName
{
color: #FCB0F9;
}
.AnyTagClassName
{
color: #FCB0F9;
}
</style>
background-color css
<style>
a { background-color: #FCB0F9; }
a { background-color: rgb(252,176,249); }
div.DivClassName
{
background-color: #FCB0F9;
}
.BgClassName
{
background-color: #FCB0F9;
}
</style>
border-color css
<style>
span { border-color: #FCB0F9; }
span { border-color: rgb(252,176,249); }
td.TdClassName
{
border-color: #FCB0F9;
}
.TagClassName
{
border-color: #FCB0F9;
}
</style>