Shades of Lavender Rose #FBAFF5
Tints of Lavender Rose #FBAFF5
RGB
CMYK
RGB Variations
Color information
#FBAFF5 (or 0xFBAFF5) is known color: Lavender Rose. HEX triplet: FB, AF and F5. RGB value is (251,175,245). Sum of RGB (Red+Green+Blue) = 251+175+245=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 175 (68.75% from 255 or 26.08% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAFF5 is #04500A. Grayscale: #CDCDCD. Windows color (decimal): -282635 or 16101371. OLE color: 16101371.
HSL color Cylindrical-coordinate representation of color #FBAFF5: hue angle of 304.74º 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 #FBAFF5 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 245 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.02 |
| HSL | 304.74º | 0.9% | 0.84% | - |
| HSV(B) | 304.74º | 0.3% | 0.98% | - |
| XYZ | 71.6 | 57.76 | 93.76 | - |
| YUV | 205.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 245 | 0 | 0.30 | 0.02 | 0.02 | 304.74 | 0.9 | 0.84 |
| Hex | FB | AF | F5 | 0 | 1E | 2 | 2 | 131 | 5A | 54 |
| Octal | 373 | 257 | 365 | 0 | 36 | 2 | 2 | 461 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11110101 | 0 | 11110 | 10 | 10 | 100110001 | 1011010 | 1010100 |
Color Harmonies of #FBAFF5
Complementary color
Monochromatic Colors of #FBAFF5
Black with #FBAFF5
Text Example
Text Example
White with #FBAFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFF5; }
p { color: rgb(251,175,245); }
H1.HeaderClassName
{
color: #FBAFF5;
}
.AnyTagClassName
{
color: #FBAFF5;
}
</style>
background-color css
<style>
a { background-color: #FBAFF5; }
a { background-color: rgb(251,175,245); }
div.DivClassName
{
background-color: #FBAFF5;
}
.BgClassName
{
background-color: #FBAFF5;
}
</style>
border-color css
<style>
span { border-color: #FBAFF5; }
span { border-color: rgb(251,175,245); }
td.TdClassName
{
border-color: #FBAFF5;
}
.TagClassName
{
border-color: #FBAFF5;
}
</style>