Shades of Lavender Rose #FBAEF5
Tints of Lavender Rose #FBAEF5
RGB
CMYK
RGB Variations
Color information
#FBAEF5 (or 0xFBAEF5) is known color: Lavender Rose. HEX triplet: FB, AE and F5. RGB value is (251,174,245). Sum of RGB (Red+Green+Blue) = 251+174+245=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 174 (68.36% from 255 or 25.97% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEF5 is #04510A. Grayscale: #CCCCCC. Windows color (decimal): -282891 or 16101115. OLE color: 16101115.
HSL color Cylindrical-coordinate representation of color #FBAEF5: hue angle of 304.68º 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 #FBAEF5 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 245 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.02 |
| HSL | 304.68º | 0.91% | 0.83% | - |
| HSV(B) | 304.68º | 0.31% | 0.98% | - |
| XYZ | 71.4 | 57.37 | 93.7 | - |
| YUV | 205.12 | 150.51 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 245 | 0 | 0.31 | 0.02 | 0.02 | 304.68 | 0.91 | 0.83 |
| Hex | FB | AE | F5 | 0 | 1F | 2 | 2 | 131 | 5B | 53 |
| Octal | 373 | 256 | 365 | 0 | 37 | 2 | 2 | 461 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11110101 | 0 | 11111 | 10 | 10 | 100110001 | 1011011 | 1010011 |
Color Harmonies of #FBAEF5
Complementary color
Monochromatic Colors of #FBAEF5
Black with #FBAEF5
Text Example
Text Example
White with #FBAEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEF5; }
p { color: rgb(251,174,245); }
H1.HeaderClassName
{
color: #FBAEF5;
}
.AnyTagClassName
{
color: #FBAEF5;
}
</style>
background-color css
<style>
a { background-color: #FBAEF5; }
a { background-color: rgb(251,174,245); }
div.DivClassName
{
background-color: #FBAEF5;
}
.BgClassName
{
background-color: #FBAEF5;
}
</style>
border-color css
<style>
span { border-color: #FBAEF5; }
span { border-color: rgb(251,174,245); }
td.TdClassName
{
border-color: #FBAEF5;
}
.TagClassName
{
border-color: #FBAEF5;
}
</style>