Shades of Lavender Rose #FCABF5
Tints of Lavender Rose #FCABF5
RGB
CMYK
RGB Variations
Color information
#FCABF5 (or 0xFCABF5) is known color: Lavender Rose. HEX triplet: FC, AB and F5. RGB value is (252,171,245). Sum of RGB (Red+Green+Blue) = 252+171+245=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 171 (67.19% from 255 or 25.60% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABF5 is #03540A. Grayscale: #CBCBCB. Windows color (decimal): -218123 or 16100348. OLE color: 16100348.
HSL color Cylindrical-coordinate representation of color #FCABF5: hue angle of 305.19º 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 #FCABF5 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 245 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.01 |
| HSL | 305.19º | 0.93% | 0.83% | - |
| HSV(B) | 305.19º | 0.32% | 0.99% | - |
| XYZ | 71.19 | 56.41 | 93.52 | - |
| YUV | 203.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 245 | 0 | 0.32 | 0.03 | 0.01 | 305.19 | 0.93 | 0.83 |
| Hex | FC | AB | F5 | 0 | 20 | 3 | 1 | 131 | 5D | 53 |
| Octal | 374 | 253 | 365 | 0 | 40 | 3 | 1 | 461 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11110101 | 0 | 100000 | 11 | 1 | 100110001 | 1011101 | 1010011 |
Color Harmonies of #FCABF5
Complementary color
Monochromatic Colors of #FCABF5
Black with #FCABF5
Text Example
Text Example
White with #FCABF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABF5; }
p { color: rgb(252,171,245); }
H1.HeaderClassName
{
color: #FCABF5;
}
.AnyTagClassName
{
color: #FCABF5;
}
</style>
background-color css
<style>
a { background-color: #FCABF5; }
a { background-color: rgb(252,171,245); }
div.DivClassName
{
background-color: #FCABF5;
}
.BgClassName
{
background-color: #FCABF5;
}
</style>
border-color css
<style>
span { border-color: #FCABF5; }
span { border-color: rgb(252,171,245); }
td.TdClassName
{
border-color: #FCABF5;
}
.TagClassName
{
border-color: #FCABF5;
}
</style>