Shades of Lavender Rose #FCB0F5
Tints of Lavender Rose #FCB0F5
RGB
CMYK
RGB Variations
Color information
#FCB0F5 (or 0xFCB0F5) is known color: Lavender Rose. HEX triplet: FC, B0 and F5. RGB value is (252,176,245). Sum of RGB (Red+Green+Blue) = 252+176+245=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 176 (69.14% from 255 or 26.15% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB0F5 is #034F0A. Grayscale: #CECECE. Windows color (decimal): -216843 or 16101628. OLE color: 16101628.
HSL color Cylindrical-coordinate representation of color #FCB0F5: hue angle of 305.53º 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 #FCB0F5 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 245 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.01 |
| HSL | 305.53º | 0.93% | 0.84% | - |
| HSV(B) | 305.53º | 0.3% | 0.99% | - |
| XYZ | 72.15 | 58.34 | 93.84 | - |
| YUV | 206.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 245 | 0 | 0.30 | 0.03 | 0.01 | 305.53 | 0.93 | 0.84 |
| Hex | FC | B0 | F5 | 0 | 1E | 3 | 1 | 132 | 5D | 54 |
| Octal | 374 | 260 | 365 | 0 | 36 | 3 | 1 | 462 | 135 | 124 |
| Binary | 11111100 | 10110000 | 11110101 | 0 | 11110 | 11 | 1 | 100110010 | 1011101 | 1010100 |
Color Harmonies of #FCB0F5
Complementary color
Monochromatic Colors of #FCB0F5
Black with #FCB0F5
Text Example
Text Example
White with #FCB0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB0F5; }
p { color: rgb(252,176,245); }
H1.HeaderClassName
{
color: #FCB0F5;
}
.AnyTagClassName
{
color: #FCB0F5;
}
</style>
background-color css
<style>
a { background-color: #FCB0F5; }
a { background-color: rgb(252,176,245); }
div.DivClassName
{
background-color: #FCB0F5;
}
.BgClassName
{
background-color: #FCB0F5;
}
</style>
border-color css
<style>
span { border-color: #FCB0F5; }
span { border-color: rgb(252,176,245); }
td.TdClassName
{
border-color: #FCB0F5;
}
.TagClassName
{
border-color: #FCB0F5;
}
</style>