Shades of Lavender Rose #FCB8FC
Tints of Lavender Rose #FCB8FC
RGB
CMYK
RGB Variations
Color information
#FCB8FC (or 0xFCB8FC) is known color: Lavender Rose. HEX triplet: FC, B8 and FC. RGB value is (252,184,252). Sum of RGB (Red+Green+Blue) = 252+184+252=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 184 (72.27% from 255 or 26.74% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCB8FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB8FC is #034703. Grayscale: #D3D3D3. Windows color (decimal): -214788 or 16562428. OLE color: 16562428.
HSL color Cylindrical-coordinate representation of color #FCB8FC: hue angle of 300º 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 #FCB8FC is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 252 | - |
| CMYK | 0 | 0.27 | 0 | 0.01 |
| HSL | 300º | 0.92% | 0.85% | - |
| HSV(B) | 300º | 0.27% | 0.99% | - |
| XYZ | 74.86 | 62 | 100.12 | - |
| YUV | 212.08 | 150.53 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 252 | 0 | 0.27 | 0 | 0.01 | 300 | 0.92 | 0.85 |
| Hex | FC | B8 | FC | 0 | 1B | 0 | 1 | 12C | 5C | 55 |
| Octal | 374 | 270 | 374 | 0 | 33 | 0 | 1 | 454 | 134 | 125 |
| Binary | 11111100 | 10111000 | 11111100 | 0 | 11011 | 0 | 1 | 100101100 | 1011100 | 1010101 |
Color Harmonies of #FCB8FC
Complementary color
Monochromatic Colors of #FCB8FC
Black with #FCB8FC
Text Example
Text Example
White with #FCB8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8FC; }
p { color: rgb(252,184,252); }
H1.HeaderClassName
{
color: #FCB8FC;
}
.AnyTagClassName
{
color: #FCB8FC;
}
</style>
background-color css
<style>
a { background-color: #FCB8FC; }
a { background-color: rgb(252,184,252); }
div.DivClassName
{
background-color: #FCB8FC;
}
.BgClassName
{
background-color: #FCB8FC;
}
</style>
border-color css
<style>
span { border-color: #FCB8FC; }
span { border-color: rgb(252,184,252); }
td.TdClassName
{
border-color: #FCB8FC;
}
.TagClassName
{
border-color: #FCB8FC;
}
</style>