Shades of Lavender Rose #FBAEFA
Tints of Lavender Rose #FBAEFA
RGB
CMYK
RGB Variations
Color information
#FBAEFA (or 0xFBAEFA) is known color: Lavender Rose. HEX triplet: FB, AE and FA. RGB value is (251,174,250). Sum of RGB (Red+Green+Blue) = 251+174+250=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 174 (68.36% from 255 or 25.78% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEFA is #045105. Grayscale: #CDCDCD. Windows color (decimal): -282886 or 16428795. OLE color: 16428795.
HSL color Cylindrical-coordinate representation of color #FBAEFA: hue angle of 300.78º 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 #FBAEFA is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 250 | - |
| CMYK | 0 | 0.31 | 0.00 | 0.02 |
| HSL | 300.78º | 0.91% | 0.83% | - |
| HSV(B) | 300.78º | 0.31% | 0.98% | - |
| XYZ | 72.18 | 57.68 | 97.77 | - |
| YUV | 205.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 250 | 0 | 0.31 | 0.00 | 0.02 | 300.78 | 0.91 | 0.83 |
| Hex | FB | AE | FA | 0 | 1F | 0 | 2 | 12D | 5B | 53 |
| Octal | 373 | 256 | 372 | 0 | 37 | 0 | 2 | 455 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11111010 | 0 | 11111 | 0 | 10 | 100101101 | 1011011 | 1010011 |
Color Harmonies of #FBAEFA
Complementary color
Monochromatic Colors of #FBAEFA
Black with #FBAEFA
Text Example
Text Example
White with #FBAEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEFA; }
p { color: rgb(251,174,250); }
H1.HeaderClassName
{
color: #FBAEFA;
}
.AnyTagClassName
{
color: #FBAEFA;
}
</style>
background-color css
<style>
a { background-color: #FBAEFA; }
a { background-color: rgb(251,174,250); }
div.DivClassName
{
background-color: #FBAEFA;
}
.BgClassName
{
background-color: #FBAEFA;
}
</style>
border-color css
<style>
span { border-color: #FBAEFA; }
span { border-color: rgb(251,174,250); }
td.TdClassName
{
border-color: #FBAEFA;
}
.TagClassName
{
border-color: #FBAEFA;
}
</style>