Shades of Lavender Rose #FCBAFD
Tints of Lavender Rose #FCBAFD
RGB
CMYK
RGB Variations
Color information
#FCBAFD (or 0xFCBAFD) is known color: Lavender Rose. HEX triplet: FC, BA and FD. RGB value is (252,186,253). Sum of RGB (Red+Green+Blue) = 252+186+253=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 186 (73.05% from 255 or 26.92% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCBAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAFD is #034502. Grayscale: #D5D5D5. Windows color (decimal): -214275 or 16628476. OLE color: 16628476.
HSL color Cylindrical-coordinate representation of color #FCBAFD: hue angle of 299.1º degrees, saturation: 0.94, 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 #FCBAFD is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 253 | - |
| CMYK | 0.00 | 0.26 | 0 | 0.01 |
| HSL | 299.1º | 0.94% | 0.86% | - |
| HSV(B) | 299.1º | 0.26% | 0.99% | - |
| XYZ | 75.43 | 62.91 | 101.09 | - |
| YUV | 213.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 253 | 0.00 | 0.26 | 0 | 0.01 | 299.1 | 0.94 | 0.86 |
| Hex | FC | BA | FD | 0 | 1A | 0 | 1 | 12B | 5E | 56 |
| Octal | 374 | 272 | 375 | 0 | 32 | 0 | 1 | 453 | 136 | 126 |
| Binary | 11111100 | 10111010 | 11111101 | 0 | 11010 | 0 | 1 | 100101011 | 1011110 | 1010110 |
Color Harmonies of #FCBAFD
Complementary color
Monochromatic Colors of #FCBAFD
Black with #FCBAFD
Text Example
Text Example
White with #FCBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAFD; }
p { color: rgb(252,186,253); }
H1.HeaderClassName
{
color: #FCBAFD;
}
.AnyTagClassName
{
color: #FCBAFD;
}
</style>
background-color css
<style>
a { background-color: #FCBAFD; }
a { background-color: rgb(252,186,253); }
div.DivClassName
{
background-color: #FCBAFD;
}
.BgClassName
{
background-color: #FCBAFD;
}
</style>
border-color css
<style>
span { border-color: #FCBAFD; }
span { border-color: rgb(252,186,253); }
td.TdClassName
{
border-color: #FCBAFD;
}
.TagClassName
{
border-color: #FCBAFD;
}
</style>