Shades of Lavender Rose #FFA9FC
Tints of Lavender Rose #FFA9FC
RGB
CMYK
RGB Variations
Color information
#FFA9FC (or 0xFFA9FC) is known color: Lavender Rose. HEX triplet: FF, A9 and FC. RGB value is (255,169,252). Sum of RGB (Red+Green+Blue) = 255+169+252=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 169 (66.41% from 255 or 25% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA9FC is #005603. Grayscale: #CBCBCB. Windows color (decimal): -22020 or 16558591. OLE color: 16558591.
HSL color Cylindrical-coordinate representation of color #FFA9FC: hue angle of 302.09º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA9FC is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 252 | - |
| CMYK | 0 | 0.34 | 0.01 | 0 |
| HSL | 302.09º | 1% | 0.83% | - |
| HSV(B) | 302.09º | 0.34% | 1% | - |
| XYZ | 73 | 56.66 | 99.19 | - |
| YUV | 204.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 252 | 0 | 0.34 | 0.01 | 0 | 302.09 | 1 | 0.83 |
| Hex | FF | A9 | FC | 0 | 22 | 1 | 0 | 12E | 64 | 53 |
| Octal | 377 | 251 | 374 | 0 | 42 | 1 | 0 | 456 | 144 | 123 |
| Binary | 11111111 | 10101001 | 11111100 | 0 | 100010 | 1 | 0 | 100101110 | 1100100 | 1010011 |
Color Harmonies of #FFA9FC
Complementary color
Monochromatic Colors of #FFA9FC
Black with #FFA9FC
Text Example
Text Example
White with #FFA9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9FC; }
p { color: rgb(255,169,252); }
H1.HeaderClassName
{
color: #FFA9FC;
}
.AnyTagClassName
{
color: #FFA9FC;
}
</style>
background-color css
<style>
a { background-color: #FFA9FC; }
a { background-color: rgb(255,169,252); }
div.DivClassName
{
background-color: #FFA9FC;
}
.BgClassName
{
background-color: #FFA9FC;
}
</style>
border-color css
<style>
span { border-color: #FFA9FC; }
span { border-color: rgb(255,169,252); }
td.TdClassName
{
border-color: #FFA9FC;
}
.TagClassName
{
border-color: #FFA9FC;
}
</style>