Shades of Lavender Rose #FCABF4
Tints of Lavender Rose #FCABF4
RGB
CMYK
RGB Variations
Color information
#FCABF4 (or 0xFCABF4) is known color: Lavender Rose. HEX triplet: FC, AB and F4. RGB value is (252,171,244). Sum of RGB (Red+Green+Blue) = 252+171+244=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 171 (67.19% from 255 or 25.64% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCABF4 is #03540B. Grayscale: #CBCBCB. Windows color (decimal): -218124 or 16034812. OLE color: 16034812.
HSL color Cylindrical-coordinate representation of color #FCABF4: hue angle of 305.93º 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 #FCABF4 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 244 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.01 |
| HSL | 305.93º | 0.93% | 0.83% | - |
| HSV(B) | 305.93º | 0.32% | 0.99% | - |
| XYZ | 71.04 | 56.35 | 92.72 | - |
| YUV | 203.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 244 | 0 | 0.32 | 0.03 | 0.01 | 305.93 | 0.93 | 0.83 |
| Hex | FC | AB | F4 | 0 | 20 | 3 | 1 | 132 | 5D | 53 |
| Octal | 374 | 253 | 364 | 0 | 40 | 3 | 1 | 462 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11110100 | 0 | 100000 | 11 | 1 | 100110010 | 1011101 | 1010011 |
Color Harmonies of #FCABF4
Complementary color
Monochromatic Colors of #FCABF4
Black with #FCABF4
Text Example
Text Example
White with #FCABF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABF4; }
p { color: rgb(252,171,244); }
H1.HeaderClassName
{
color: #FCABF4;
}
.AnyTagClassName
{
color: #FCABF4;
}
</style>
background-color css
<style>
a { background-color: #FCABF4; }
a { background-color: rgb(252,171,244); }
div.DivClassName
{
background-color: #FCABF4;
}
.BgClassName
{
background-color: #FCABF4;
}
</style>
border-color css
<style>
span { border-color: #FCABF4; }
span { border-color: rgb(252,171,244); }
td.TdClassName
{
border-color: #FCABF4;
}
.TagClassName
{
border-color: #FCABF4;
}
</style>