Shades of Lavender Rose #FBAFF1
Tints of Lavender Rose #FBAFF1
RGB
CMYK
RGB Variations
Color information
#FBAFF1 (or 0xFBAFF1) is known color: Lavender Rose. HEX triplet: FB, AF and F1. RGB value is (251,175,241). Sum of RGB (Red+Green+Blue) = 251+175+241=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 175 (68.75% from 255 or 26.24% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAFF1 is #04500E. Grayscale: #CDCDCD. Windows color (decimal): -282639 or 15839227. OLE color: 15839227.
HSL color Cylindrical-coordinate representation of color #FBAFF1: hue angle of 307.89º 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 #FBAFF1 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 241 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.02 |
| HSL | 307.89º | 0.9% | 0.84% | - |
| HSV(B) | 307.89º | 0.3% | 0.98% | - |
| XYZ | 70.99 | 57.52 | 90.58 | - |
| YUV | 205.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 241 | 0 | 0.30 | 0.04 | 0.02 | 307.89 | 0.9 | 0.84 |
| Hex | FB | AF | F1 | 0 | 1E | 4 | 2 | 134 | 5A | 54 |
| Octal | 373 | 257 | 361 | 0 | 36 | 4 | 2 | 464 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11110001 | 0 | 11110 | 100 | 10 | 100110100 | 1011010 | 1010100 |
Color Harmonies of #FBAFF1
Complementary color
Monochromatic Colors of #FBAFF1
Black with #FBAFF1
Text Example
Text Example
White with #FBAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFF1; }
p { color: rgb(251,175,241); }
H1.HeaderClassName
{
color: #FBAFF1;
}
.AnyTagClassName
{
color: #FBAFF1;
}
</style>
background-color css
<style>
a { background-color: #FBAFF1; }
a { background-color: rgb(251,175,241); }
div.DivClassName
{
background-color: #FBAFF1;
}
.BgClassName
{
background-color: #FBAFF1;
}
</style>
border-color css
<style>
span { border-color: #FBAFF1; }
span { border-color: rgb(251,175,241); }
td.TdClassName
{
border-color: #FBAFF1;
}
.TagClassName
{
border-color: #FBAFF1;
}
</style>