Shades of Lavender Rose #FCABFA
Tints of Lavender Rose #FCABFA
RGB
CMYK
RGB Variations
Color information
#FCABFA (or 0xFCABFA) is known color: Lavender Rose. HEX triplet: FC, AB and FA. RGB value is (252,171,250). Sum of RGB (Red+Green+Blue) = 252+171+250=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 171 (67.19% from 255 or 25.41% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABFA is #035405. Grayscale: #CBCBCB. Windows color (decimal): -218118 or 16428028. OLE color: 16428028.
HSL color Cylindrical-coordinate representation of color #FCABFA: hue angle of 301.48º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCABFA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 250 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.01 |
| HSL | 301.48º | 0.93% | 0.83% | - |
| HSV(B) | 301.48º | 0.32% | 0.99% | - |
| XYZ | 71.96 | 56.72 | 97.6 | - |
| YUV | 204.23 | 153.84 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 250 | 0 | 0.32 | 0.01 | 0.01 | 301.48 | 0.93 | 0.83 |
| Hex | FC | AB | FA | 0 | 20 | 1 | 1 | 12D | 5D | 53 |
| Octal | 374 | 253 | 372 | 0 | 40 | 1 | 1 | 455 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11111010 | 0 | 100000 | 1 | 1 | 100101101 | 1011101 | 1010011 |
Color Harmonies of #FCABFA
Complementary color
Monochromatic Colors of #FCABFA
Black with #FCABFA
Text Example
Text Example
White with #FCABFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABFA; }
p { color: rgb(252,171,250); }
H1.HeaderClassName
{
color: #FCABFA;
}
.AnyTagClassName
{
color: #FCABFA;
}
</style>
background-color css
<style>
a { background-color: #FCABFA; }
a { background-color: rgb(252,171,250); }
div.DivClassName
{
background-color: #FCABFA;
}
.BgClassName
{
background-color: #FCABFA;
}
</style>
border-color css
<style>
span { border-color: #FCABFA; }
span { border-color: rgb(252,171,250); }
td.TdClassName
{
border-color: #FCABFA;
}
.TagClassName
{
border-color: #FCABFA;
}
</style>