Shades of Lavender Rose #F9ACF0
Tints of Lavender Rose #F9ACF0
RGB
CMYK
RGB Variations
Color information
#F9ACF0 (or 0xF9ACF0) is known color: Lavender Rose. HEX triplet: F9, AC and F0. RGB value is (249,172,240). Sum of RGB (Red+Green+Blue) = 249+172+240=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ACF0 is #06530F. Grayscale: #CACACA. Windows color (decimal): -414480 or 15772921. OLE color: 15772921.
HSL color Cylindrical-coordinate representation of color #F9ACF0: hue angle of 307.01º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ACF0 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 172 | 240 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.02 |
| HSL | 307.01º | 0.87% | 0.83% | - |
| HSV(B) | 307.01º | 0.31% | 0.98% | - |
| XYZ | 69.55 | 55.94 | 89.57 | - |
| YUV | 202.78 | 149.01 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 172 | 240 | 0 | 0.31 | 0.04 | 0.02 | 307.01 | 0.87 | 0.83 |
| Hex | F9 | AC | F0 | 0 | 1F | 4 | 2 | 133 | 57 | 53 |
| Octal | 371 | 254 | 360 | 0 | 37 | 4 | 2 | 463 | 127 | 123 |
| Binary | 11111001 | 10101100 | 11110000 | 0 | 11111 | 100 | 10 | 100110011 | 1010111 | 1010011 |
Color Harmonies of #F9ACF0
Complementary color
Monochromatic Colors of #F9ACF0
Black with #F9ACF0
Text Example
Text Example
White with #F9ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ACF0; }
p { color: rgb(249,172,240); }
H1.HeaderClassName
{
color: #F9ACF0;
}
.AnyTagClassName
{
color: #F9ACF0;
}
</style>
background-color css
<style>
a { background-color: #F9ACF0; }
a { background-color: rgb(249,172,240); }
div.DivClassName
{
background-color: #F9ACF0;
}
.BgClassName
{
background-color: #F9ACF0;
}
</style>
border-color css
<style>
span { border-color: #F9ACF0; }
span { border-color: rgb(249,172,240); }
td.TdClassName
{
border-color: #F9ACF0;
}
.TagClassName
{
border-color: #F9ACF0;
}
</style>