Shades of Lavender Rose #FBAEF8
Tints of Lavender Rose #FBAEF8
RGB
CMYK
RGB Variations
Color information
#FBAEF8 (or 0xFBAEF8) is known color: Lavender Rose. HEX triplet: FB, AE and F8. RGB value is (251,174,248). Sum of RGB (Red+Green+Blue) = 251+174+248=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 174 (68.36% from 255 or 25.85% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEF8 is #045107. Grayscale: #CDCDCD. Windows color (decimal): -282888 or 16297723. OLE color: 16297723.
HSL color Cylindrical-coordinate representation of color #FBAEF8: hue angle of 302.34º 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 #FBAEF8 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 174 | 248 | - |
CMYK | 0 | 0.31 | 0.01 | 0.02 |
HSL | 302.34º | 0.91% | 0.83% | - |
HSV(B) | 302.34º | 0.31% | 0.98% | - |
XYZ | 71.86 | 57.56 | 96.13 | - |
YUV | 205.46 | 152.01 | 160.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 174 | 248 | 0 | 0.31 | 0.01 | 0.02 | 302.34 | 0.91 | 0.83 |
Hex | FB | AE | F8 | 0 | 1F | 1 | 2 | 12E | 5B | 53 |
Octal | 373 | 256 | 370 | 0 | 37 | 1 | 2 | 456 | 133 | 123 |
Binary | 11111011 | 10101110 | 11111000 | 0 | 11111 | 1 | 10 | 100101110 | 1011011 | 1010011 |
Color Harmonies of #FBAEF8
Complementary color
Monochromatic Colors of #FBAEF8
Black with #FBAEF8
Text Example
Text Example
White with #FBAEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEF8; }
p { color: rgb(251,174,248); }
H1.HeaderClassName
{
color: #FBAEF8;
}
.AnyTagClassName
{
color: #FBAEF8;
}
</style>
background-color css
<style>
a { background-color: #FBAEF8; }
a { background-color: rgb(251,174,248); }
div.DivClassName
{
background-color: #FBAEF8;
}
.BgClassName
{
background-color: #FBAEF8;
}
</style>
border-color css
<style>
span { border-color: #FBAEF8; }
span { border-color: rgb(251,174,248); }
td.TdClassName
{
border-color: #FBAEF8;
}
.TagClassName
{
border-color: #FBAEF8;
}
</style>