Shades of Lavender Rose #FCBAF0
Tints of Lavender Rose #FCBAF0
RGB
CMYK
RGB Variations
Color information
#FCBAF0 (or 0xFCBAF0) is known color: Lavender Rose. HEX triplet: FC, BA and F0. RGB value is (252,186,240). Sum of RGB (Red+Green+Blue) = 252+186+240=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 186 (73.05% from 255 or 27.43% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBAF0 is #03450F. Grayscale: #D3D3D3. Windows color (decimal): -214288 or 15776508. OLE color: 15776508.
HSL color Cylindrical-coordinate representation of color #FCBAF0: hue angle of 310.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 #FCBAF0 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 240 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.01 |
| HSL | 310.91º | 0.92% | 0.86% | - |
| HSV(B) | 310.91º | 0.26% | 0.99% | - |
| XYZ | 73.43 | 62.1 | 90.56 | - |
| YUV | 211.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 240 | 0 | 0.26 | 0.05 | 0.01 | 310.91 | 0.92 | 0.86 |
| Hex | FC | BA | F0 | 0 | 1A | 5 | 1 | 137 | 5C | 56 |
| Octal | 374 | 272 | 360 | 0 | 32 | 5 | 1 | 467 | 134 | 126 |
| Binary | 11111100 | 10111010 | 11110000 | 0 | 11010 | 101 | 1 | 100110111 | 1011100 | 1010110 |
Color Harmonies of #FCBAF0
Complementary color
Monochromatic Colors of #FCBAF0
Black with #FCBAF0
Text Example
Text Example
White with #FCBAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAF0; }
p { color: rgb(252,186,240); }
H1.HeaderClassName
{
color: #FCBAF0;
}
.AnyTagClassName
{
color: #FCBAF0;
}
</style>
background-color css
<style>
a { background-color: #FCBAF0; }
a { background-color: rgb(252,186,240); }
div.DivClassName
{
background-color: #FCBAF0;
}
.BgClassName
{
background-color: #FCBAF0;
}
</style>
border-color css
<style>
span { border-color: #FCBAF0; }
span { border-color: rgb(252,186,240); }
td.TdClassName
{
border-color: #FCBAF0;
}
.TagClassName
{
border-color: #FCBAF0;
}
</style>