Shades of Lavender Rose #FCA9FB
Tints of Lavender Rose #FCA9FB
RGB
CMYK
RGB Variations
Color information
#FCA9FB (or 0xFCA9FB) is known color: Lavender Rose. HEX triplet: FC, A9 and FB. RGB value is (252,169,251). Sum of RGB (Red+Green+Blue) = 252+169+251=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 169 (66.41% from 255 or 25.15% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA9FB is #035604. Grayscale: #CACACA. Windows color (decimal): -218629 or 16493052. OLE color: 16493052.
HSL color Cylindrical-coordinate representation of color #FCA9FB: hue angle of 300.72º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA9FB is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 169 | 251 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.01 |
| HSL | 300.72º | 0.93% | 0.83% | - |
| HSV(B) | 300.72º | 0.33% | 0.99% | - |
| XYZ | 71.75 | 56.04 | 98.3 | - |
| YUV | 203.17 | 155 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 169 | 251 | 0 | 0.33 | 0.00 | 0.01 | 300.72 | 0.93 | 0.83 |
| Hex | FC | A9 | FB | 0 | 21 | 0 | 1 | 12D | 5D | 53 |
| Octal | 374 | 251 | 373 | 0 | 41 | 0 | 1 | 455 | 135 | 123 |
| Binary | 11111100 | 10101001 | 11111011 | 0 | 100001 | 0 | 1 | 100101101 | 1011101 | 1010011 |
Color Harmonies of #FCA9FB
Complementary color
Monochromatic Colors of #FCA9FB
Black with #FCA9FB
Text Example
Text Example
White with #FCA9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA9FB; }
p { color: rgb(252,169,251); }
H1.HeaderClassName
{
color: #FCA9FB;
}
.AnyTagClassName
{
color: #FCA9FB;
}
</style>
background-color css
<style>
a { background-color: #FCA9FB; }
a { background-color: rgb(252,169,251); }
div.DivClassName
{
background-color: #FCA9FB;
}
.BgClassName
{
background-color: #FCA9FB;
}
</style>
border-color css
<style>
span { border-color: #FCA9FB; }
span { border-color: rgb(252,169,251); }
td.TdClassName
{
border-color: #FCA9FB;
}
.TagClassName
{
border-color: #FCA9FB;
}
</style>