Shades of Lavender Rose #FCBAFA
Tints of Lavender Rose #FCBAFA
RGB
CMYK
RGB Variations
Color information
#FCBAFA (or 0xFCBAFA) is known color: Lavender Rose. HEX triplet: FC, BA and FA. RGB value is (252,186,250). Sum of RGB (Red+Green+Blue) = 252+186+250=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 186 (73.05% from 255 or 27.03% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAFA is #034505. Grayscale: #D4D4D4. Windows color (decimal): -214278 or 16431868. OLE color: 16431868.
HSL color Cylindrical-coordinate representation of color #FCBAFA: hue angle of 301.82º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBAFA is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 250 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.01 |
| HSL | 301.82º | 0.92% | 0.86% | - |
| HSV(B) | 301.82º | 0.26% | 0.99% | - |
| XYZ | 74.96 | 62.72 | 98.6 | - |
| YUV | 213.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 250 | 0 | 0.26 | 0.01 | 0.01 | 301.82 | 0.92 | 0.86 |
| Hex | FC | BA | FA | 0 | 1A | 1 | 1 | 12E | 5C | 56 |
| Octal | 374 | 272 | 372 | 0 | 32 | 1 | 1 | 456 | 134 | 126 |
| Binary | 11111100 | 10111010 | 11111010 | 0 | 11010 | 1 | 1 | 100101110 | 1011100 | 1010110 |
Color Harmonies of #FCBAFA
Complementary color
Monochromatic Colors of #FCBAFA
Black with #FCBAFA
Text Example
Text Example
White with #FCBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAFA; }
p { color: rgb(252,186,250); }
H1.HeaderClassName
{
color: #FCBAFA;
}
.AnyTagClassName
{
color: #FCBAFA;
}
</style>
background-color css
<style>
a { background-color: #FCBAFA; }
a { background-color: rgb(252,186,250); }
div.DivClassName
{
background-color: #FCBAFA;
}
.BgClassName
{
background-color: #FCBAFA;
}
</style>
border-color css
<style>
span { border-color: #FCBAFA; }
span { border-color: rgb(252,186,250); }
td.TdClassName
{
border-color: #FCBAFA;
}
.TagClassName
{
border-color: #FCBAFA;
}
</style>