Shades of Lavender Rose #FCABF6
Tints of Lavender Rose #FCABF6
RGB
CMYK
RGB Variations
Color information
#FCABF6 (or 0xFCABF6) is known color: Lavender Rose. HEX triplet: FC, AB and F6. RGB value is (252,171,246). Sum of RGB (Red+Green+Blue) = 252+171+246=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 171 (67.19% from 255 or 25.56% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABF6 is #035409. Grayscale: #CBCBCB. Windows color (decimal): -218122 or 16165884. OLE color: 16165884.
HSL color Cylindrical-coordinate representation of color #FCABF6: hue angle of 304.44º 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 #FCABF6 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 246 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.01 |
| HSL | 304.44º | 0.93% | 0.83% | - |
| HSV(B) | 304.44º | 0.32% | 0.99% | - |
| XYZ | 71.34 | 56.48 | 94.33 | - |
| YUV | 203.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 246 | 0 | 0.32 | 0.02 | 0.01 | 304.44 | 0.93 | 0.83 |
| Hex | FC | AB | F6 | 0 | 20 | 2 | 1 | 130 | 5D | 53 |
| Octal | 374 | 253 | 366 | 0 | 40 | 2 | 1 | 460 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11110110 | 0 | 100000 | 10 | 1 | 100110000 | 1011101 | 1010011 |
Color Harmonies of #FCABF6
Complementary color
Monochromatic Colors of #FCABF6
Black with #FCABF6
Text Example
Text Example
White with #FCABF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABF6; }
p { color: rgb(252,171,246); }
H1.HeaderClassName
{
color: #FCABF6;
}
.AnyTagClassName
{
color: #FCABF6;
}
</style>
background-color css
<style>
a { background-color: #FCABF6; }
a { background-color: rgb(252,171,246); }
div.DivClassName
{
background-color: #FCABF6;
}
.BgClassName
{
background-color: #FCABF6;
}
</style>
border-color css
<style>
span { border-color: #FCABF6; }
span { border-color: rgb(252,171,246); }
td.TdClassName
{
border-color: #FCABF6;
}
.TagClassName
{
border-color: #FCABF6;
}
</style>