Shades of Lavender Rose #FBAFF6
Tints of Lavender Rose #FBAFF6
RGB
CMYK
RGB Variations
Color information
#FBAFF6 (or 0xFBAFF6) is known color: Lavender Rose. HEX triplet: FB, AF and F6. RGB value is (251,175,246). Sum of RGB (Red+Green+Blue) = 251+175+246=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 175 (68.75% from 255 or 26.04% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAFF6 is #045009. Grayscale: #CDCDCD. Windows color (decimal): -282634 or 16166907. OLE color: 16166907.
HSL color Cylindrical-coordinate representation of color #FBAFF6: hue angle of 303.95º 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 #FBAFF6 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 175 | 246 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.02 |
| HSL | 303.95º | 0.9% | 0.84% | - |
| HSV(B) | 303.95º | 0.3% | 0.98% | - |
| XYZ | 71.75 | 57.82 | 94.57 | - |
| YUV | 205.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 175 | 246 | 0 | 0.30 | 0.02 | 0.02 | 303.95 | 0.9 | 0.84 |
| Hex | FB | AF | F6 | 0 | 1E | 2 | 2 | 130 | 5A | 54 |
| Octal | 373 | 257 | 366 | 0 | 36 | 2 | 2 | 460 | 132 | 124 |
| Binary | 11111011 | 10101111 | 11110110 | 0 | 11110 | 10 | 10 | 100110000 | 1011010 | 1010100 |
Color Harmonies of #FBAFF6
Complementary color
Monochromatic Colors of #FBAFF6
Black with #FBAFF6
Text Example
Text Example
White with #FBAFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFF6; }
p { color: rgb(251,175,246); }
H1.HeaderClassName
{
color: #FBAFF6;
}
.AnyTagClassName
{
color: #FBAFF6;
}
</style>
background-color css
<style>
a { background-color: #FBAFF6; }
a { background-color: rgb(251,175,246); }
div.DivClassName
{
background-color: #FBAFF6;
}
.BgClassName
{
background-color: #FBAFF6;
}
</style>
border-color css
<style>
span { border-color: #FBAFF6; }
span { border-color: rgb(251,175,246); }
td.TdClassName
{
border-color: #FBAFF6;
}
.TagClassName
{
border-color: #FBAFF6;
}
</style>