Shades of Lavender Rose #FCB8FB
Tints of Lavender Rose #FCB8FB
RGB
CMYK
RGB Variations
Color information
#FCB8FB (or 0xFCB8FB) is known color: Lavender Rose. HEX triplet: FC, B8 and FB. RGB value is (252,184,251). Sum of RGB (Red+Green+Blue) = 252+184+251=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 184 (72.27% from 255 or 26.78% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB8FB is #034704. Grayscale: #D3D3D3. Windows color (decimal): -214789 or 16496892. OLE color: 16496892.
HSL color Cylindrical-coordinate representation of color #FCB8FB: hue angle of 300.88º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB8FB is Cyan = 0, Magento = 0.27, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 251 | - |
| CMYK | 0 | 0.27 | 0.00 | 0.01 |
| HSL | 300.88º | 0.92% | 0.85% | - |
| HSV(B) | 300.88º | 0.27% | 0.99% | - |
| XYZ | 74.7 | 61.94 | 99.29 | - |
| YUV | 211.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 251 | 0 | 0.27 | 0.00 | 0.01 | 300.88 | 0.92 | 0.85 |
| Hex | FC | B8 | FB | 0 | 1B | 0 | 1 | 12D | 5C | 55 |
| Octal | 374 | 270 | 373 | 0 | 33 | 0 | 1 | 455 | 134 | 125 |
| Binary | 11111100 | 10111000 | 11111011 | 0 | 11011 | 0 | 1 | 100101101 | 1011100 | 1010101 |
Color Harmonies of #FCB8FB
Complementary color
Monochromatic Colors of #FCB8FB
Black with #FCB8FB
Text Example
Text Example
White with #FCB8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8FB; }
p { color: rgb(252,184,251); }
H1.HeaderClassName
{
color: #FCB8FB;
}
.AnyTagClassName
{
color: #FCB8FB;
}
</style>
background-color css
<style>
a { background-color: #FCB8FB; }
a { background-color: rgb(252,184,251); }
div.DivClassName
{
background-color: #FCB8FB;
}
.BgClassName
{
background-color: #FCB8FB;
}
</style>
border-color css
<style>
span { border-color: #FCB8FB; }
span { border-color: rgb(252,184,251); }
td.TdClassName
{
border-color: #FCB8FB;
}
.TagClassName
{
border-color: #FCB8FB;
}
</style>