Shades of Lavender Rose #F9ADFC
Tints of Lavender Rose #F9ADFC
RGB
CMYK
RGB Variations
Color information
#F9ADFC (or 0xF9ADFC) is known color: Lavender Rose. HEX triplet: F9, AD and FC. RGB value is (249,173,252). Sum of RGB (Red+Green+Blue) = 249+173+252=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 173 (67.97% from 255 or 25.67% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9ADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ADFC is #065203. Grayscale: #CCCCCC. Windows color (decimal): -414212 or 16559609. OLE color: 16559609.
HSL color Cylindrical-coordinate representation of color #F9ADFC: hue angle of 297.72º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ADFC is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 173 | 252 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.01 |
| HSL | 297.72º | 0.93% | 0.83% | - |
| HSV(B) | 297.72º | 0.31% | 0.99% | - |
| XYZ | 71.58 | 57.06 | 99.34 | - |
| YUV | 204.73 | 154.68 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 252 | 0.01 | 0.31 | 0 | 0.01 | 297.72 | 0.93 | 0.83 |
| Hex | F9 | AD | FC | 1 | 1F | 0 | 1 | 12A | 5D | 53 |
| Octal | 371 | 255 | 374 | 1 | 37 | 0 | 1 | 452 | 135 | 123 |
| Binary | 11111001 | 10101101 | 11111100 | 1 | 11111 | 0 | 1 | 100101010 | 1011101 | 1010011 |
Color Harmonies of #F9ADFC
Complementary color
Monochromatic Colors of #F9ADFC
Black with #F9ADFC
Text Example
Text Example
White with #F9ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ADFC; }
p { color: rgb(249,173,252); }
H1.HeaderClassName
{
color: #F9ADFC;
}
.AnyTagClassName
{
color: #F9ADFC;
}
</style>
background-color css
<style>
a { background-color: #F9ADFC; }
a { background-color: rgb(249,173,252); }
div.DivClassName
{
background-color: #F9ADFC;
}
.BgClassName
{
background-color: #F9ADFC;
}
</style>
border-color css
<style>
span { border-color: #F9ADFC; }
span { border-color: rgb(249,173,252); }
td.TdClassName
{
border-color: #F9ADFC;
}
.TagClassName
{
border-color: #F9ADFC;
}
</style>