Shades of Lavender Rose #FCBAFB
Tints of Lavender Rose #FCBAFB
RGB
CMYK
RGB Variations
Color information
#FCBAFB (or 0xFCBAFB) is known color: Lavender Rose. HEX triplet: FC, BA and FB. RGB value is (252,186,251). Sum of RGB (Red+Green+Blue) = 252+186+251=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 186 (73.05% from 255 or 27.00% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAFB is #034504. Grayscale: #D4D4D4. Windows color (decimal): -214277 or 16497404. OLE color: 16497404.
HSL color Cylindrical-coordinate representation of color #FCBAFB: hue angle of 300.91º 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 #FCBAFB is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 251 | - |
| CMYK | 0 | 0.26 | 0.00 | 0.01 |
| HSL | 300.91º | 0.92% | 0.86% | - |
| HSV(B) | 300.91º | 0.26% | 0.99% | - |
| XYZ | 75.12 | 62.78 | 99.43 | - |
| YUV | 213.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 251 | 0 | 0.26 | 0.00 | 0.01 | 300.91 | 0.92 | 0.86 |
| Hex | FC | BA | FB | 0 | 1A | 0 | 1 | 12D | 5C | 56 |
| Octal | 374 | 272 | 373 | 0 | 32 | 0 | 1 | 455 | 134 | 126 |
| Binary | 11111100 | 10111010 | 11111011 | 0 | 11010 | 0 | 1 | 100101101 | 1011100 | 1010110 |
Color Harmonies of #FCBAFB
Complementary color
Monochromatic Colors of #FCBAFB
Black with #FCBAFB
Text Example
Text Example
White with #FCBAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAFB; }
p { color: rgb(252,186,251); }
H1.HeaderClassName
{
color: #FCBAFB;
}
.AnyTagClassName
{
color: #FCBAFB;
}
</style>
background-color css
<style>
a { background-color: #FCBAFB; }
a { background-color: rgb(252,186,251); }
div.DivClassName
{
background-color: #FCBAFB;
}
.BgClassName
{
background-color: #FCBAFB;
}
</style>
border-color css
<style>
span { border-color: #FCBAFB; }
span { border-color: rgb(252,186,251); }
td.TdClassName
{
border-color: #FCBAFB;
}
.TagClassName
{
border-color: #FCBAFB;
}
</style>