Shades of Lavender Rose #FBAEF9
Tints of Lavender Rose #FBAEF9
RGB
CMYK
RGB Variations
Color information
#FBAEF9 (or 0xFBAEF9) is known color: Lavender Rose. HEX triplet: FB, AE and F9. RGB value is (251,174,249). Sum of RGB (Red+Green+Blue) = 251+174+249=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 174 (68.36% from 255 or 25.82% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEF9 is #045106. Grayscale: #CDCDCD. Windows color (decimal): -282887 or 16363259. OLE color: 16363259.
HSL color Cylindrical-coordinate representation of color #FBAEF9: hue angle of 301.56º degrees, saturation: 0.91, 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 #FBAEF9 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 249 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.02 |
| HSL | 301.56º | 0.91% | 0.83% | - |
| HSV(B) | 301.56º | 0.31% | 0.98% | - |
| XYZ | 72.02 | 57.62 | 96.95 | - |
| YUV | 205.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 249 | 0 | 0.31 | 0.01 | 0.02 | 301.56 | 0.91 | 0.83 |
| Hex | FB | AE | F9 | 0 | 1F | 1 | 2 | 12E | 5B | 53 |
| Octal | 373 | 256 | 371 | 0 | 37 | 1 | 2 | 456 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11111001 | 0 | 11111 | 1 | 10 | 100101110 | 1011011 | 1010011 |
Color Harmonies of #FBAEF9
Complementary color
Monochromatic Colors of #FBAEF9
Black with #FBAEF9
Text Example
Text Example
White with #FBAEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEF9; }
p { color: rgb(251,174,249); }
H1.HeaderClassName
{
color: #FBAEF9;
}
.AnyTagClassName
{
color: #FBAEF9;
}
</style>
background-color css
<style>
a { background-color: #FBAEF9; }
a { background-color: rgb(251,174,249); }
div.DivClassName
{
background-color: #FBAEF9;
}
.BgClassName
{
background-color: #FBAEF9;
}
</style>
border-color css
<style>
span { border-color: #FBAEF9; }
span { border-color: rgb(251,174,249); }
td.TdClassName
{
border-color: #FBAEF9;
}
.TagClassName
{
border-color: #FBAEF9;
}
</style>