Shades of Lavender Rose #FBAFF9
Tints of Lavender Rose #FBAFF9
RGB
CMYK
RGB Variations
Color information
#FBAFF9 (or 0xFBAFF9) is known color: Lavender Rose. HEX triplet: FB, AF and F9. RGB value is (251,175,249). Sum of RGB (Red+Green+Blue) = 251+175+249=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 175 (68.75% from 255 or 25.93% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAFF9 is #045006. Grayscale: #CDCDCD. Windows color (decimal): -282631 or 16363515. OLE color: 16363515.
HSL color Cylindrical-coordinate representation of color #FBAFF9: hue angle of 301.58º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBAFF9 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 249 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.02 |
| HSL | 301.58º | 0.9% | 0.84% | - |
| HSV(B) | 301.58º | 0.3% | 0.98% | - |
| XYZ | 72.21 | 58.01 | 97.01 | - |
| YUV | 206.16 | 152.18 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 249 | 0 | 0.30 | 0.01 | 0.02 | 301.58 | 0.9 | 0.84 |
| Hex | FB | AF | F9 | 0 | 1E | 1 | 2 | 12E | 5A | 54 |
| Octal | 373 | 257 | 371 | 0 | 36 | 1 | 2 | 456 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11111001 | 0 | 11110 | 1 | 10 | 100101110 | 1011010 | 1010100 |
Color Harmonies of #FBAFF9
Complementary color
Monochromatic Colors of #FBAFF9
Black with #FBAFF9
Text Example
Text Example
White with #FBAFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFF9; }
p { color: rgb(251,175,249); }
H1.HeaderClassName
{
color: #FBAFF9;
}
.AnyTagClassName
{
color: #FBAFF9;
}
</style>
background-color css
<style>
a { background-color: #FBAFF9; }
a { background-color: rgb(251,175,249); }
div.DivClassName
{
background-color: #FBAFF9;
}
.BgClassName
{
background-color: #FBAFF9;
}
</style>
border-color css
<style>
span { border-color: #FBAFF9; }
span { border-color: rgb(251,175,249); }
td.TdClassName
{
border-color: #FBAFF9;
}
.TagClassName
{
border-color: #FBAFF9;
}
</style>