Shades of Lavender Rose #FBAEF0
Tints of Lavender Rose #FBAEF0
RGB
CMYK
RGB Variations
Color information
#FBAEF0 (or 0xFBAEF0) is known color: Lavender Rose. HEX triplet: FB, AE and F0. RGB value is (251,174,240). Sum of RGB (Red+Green+Blue) = 251+174+240=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 174 (68.36% from 255 or 26.17% from 665); Blue value is 240 (94.14% from 255 or 36.09% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEF0 is #04510F. Grayscale: #CCCCCC. Windows color (decimal): -282896 or 15773435. OLE color: 15773435.
HSL color Cylindrical-coordinate representation of color #FBAEF0: hue angle of 308.57º 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 #FBAEF0 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 240 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.02 |
| HSL | 308.57º | 0.91% | 0.83% | - |
| HSV(B) | 308.57º | 0.31% | 0.98% | - |
| XYZ | 70.65 | 57.07 | 89.73 | - |
| YUV | 204.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 240 | 0 | 0.31 | 0.04 | 0.02 | 308.57 | 0.91 | 0.83 |
| Hex | FB | AE | F0 | 0 | 1F | 4 | 2 | 135 | 5B | 53 |
| Octal | 373 | 256 | 360 | 0 | 37 | 4 | 2 | 465 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11110000 | 0 | 11111 | 100 | 10 | 100110101 | 1011011 | 1010011 |
Color Harmonies of #FBAEF0
Complementary color
Monochromatic Colors of #FBAEF0
Black with #FBAEF0
Text Example
Text Example
White with #FBAEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEF0; }
p { color: rgb(251,174,240); }
H1.HeaderClassName
{
color: #FBAEF0;
}
.AnyTagClassName
{
color: #FBAEF0;
}
</style>
background-color css
<style>
a { background-color: #FBAEF0; }
a { background-color: rgb(251,174,240); }
div.DivClassName
{
background-color: #FBAEF0;
}
.BgClassName
{
background-color: #FBAEF0;
}
</style>
border-color css
<style>
span { border-color: #FBAEF0; }
span { border-color: rgb(251,174,240); }
td.TdClassName
{
border-color: #FBAEF0;
}
.TagClassName
{
border-color: #FBAEF0;
}
</style>