Shades of Lavender Rose #FCABFF
Tints of Lavender Rose #FCABFF
RGB
CMYK
RGB Variations
Color information
#FCABFF (or 0xFCABFF) is known color: Lavender Rose. HEX triplet: FC, AB and FF. RGB value is (252,171,255). Sum of RGB (Red+Green+Blue) = 252+171+255=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 171 (67.19% from 255 or 25.22% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCABFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABFF is #035400. Grayscale: #CCCCCC. Windows color (decimal): -218113 or 16755708. OLE color: 16755708.
HSL color Cylindrical-coordinate representation of color #FCABFF: hue angle of 297.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCABFF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 171 | 255 | - |
| CMYK | 0.01 | 0.33 | 0 | 0 |
| HSL | 297.86º | 1% | 0.84% | - |
| HSV(B) | 297.86º | 0.33% | 1% | - |
| XYZ | 72.76 | 57.04 | 101.78 | - |
| YUV | 204.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 255 | 0.01 | 0.33 | 0 | 0 | 297.86 | 1 | 0.84 |
| Hex | FC | AB | FF | 1 | 21 | 0 | 0 | 12A | 64 | 54 |
| Octal | 374 | 253 | 377 | 1 | 41 | 0 | 0 | 452 | 144 | 124 |
| Binary | 11111100 | 10101011 | 11111111 | 1 | 100001 | 0 | 0 | 100101010 | 1100100 | 1010100 |
Color Harmonies of #FCABFF
Complementary color
Monochromatic Colors of #FCABFF
Black with #FCABFF
Text Example
Text Example
White with #FCABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABFF; }
p { color: rgb(252,171,255); }
H1.HeaderClassName
{
color: #FCABFF;
}
.AnyTagClassName
{
color: #FCABFF;
}
</style>
background-color css
<style>
a { background-color: #FCABFF; }
a { background-color: rgb(252,171,255); }
div.DivClassName
{
background-color: #FCABFF;
}
.BgClassName
{
background-color: #FCABFF;
}
</style>
border-color css
<style>
span { border-color: #FCABFF; }
span { border-color: rgb(252,171,255); }
td.TdClassName
{
border-color: #FCABFF;
}
.TagClassName
{
border-color: #FCABFF;
}
</style>