Shades of Lavender Rose #FBAEE0
Tints of Lavender Rose #FBAEE0
RGB
CMYK
RGB Variations
Color information
#FBAEE0 (or 0xFBAEE0) is known color: Lavender Rose. HEX triplet: FB, AE and E0. RGB value is (251,174,224). Sum of RGB (Red+Green+Blue) = 251+174+224=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 174 (68.36% from 255 or 26.81% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEE0 is #04511F. Grayscale: #CACACA. Windows color (decimal): -282912 or 14724859. OLE color: 14724859.
HSL color Cylindrical-coordinate representation of color #FBAEE0: hue angle of 321.04º 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 #FBAEE0 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 224 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.02 |
| HSL | 321.04º | 0.91% | 0.83% | - |
| HSV(B) | 321.04º | 0.31% | 0.98% | - |
| XYZ | 68.37 | 56.16 | 77.76 | - |
| YUV | 202.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 224 | 0 | 0.31 | 0.11 | 0.02 | 321.04 | 0.91 | 0.83 |
| Hex | FB | AE | E0 | 0 | 1F | B | 2 | 141 | 5B | 53 |
| Octal | 373 | 256 | 340 | 0 | 37 | 13 | 2 | 501 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11100000 | 0 | 11111 | 1011 | 10 | 101000001 | 1011011 | 1010011 |
Color Harmonies of #FBAEE0
Complementary color
Monochromatic Colors of #FBAEE0
Black with #FBAEE0
Text Example
Text Example
White with #FBAEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEE0; }
p { color: rgb(251,174,224); }
H1.HeaderClassName
{
color: #FBAEE0;
}
.AnyTagClassName
{
color: #FBAEE0;
}
</style>
background-color css
<style>
a { background-color: #FBAEE0; }
a { background-color: rgb(251,174,224); }
div.DivClassName
{
background-color: #FBAEE0;
}
.BgClassName
{
background-color: #FBAEE0;
}
</style>
border-color css
<style>
span { border-color: #FBAEE0; }
span { border-color: rgb(251,174,224); }
td.TdClassName
{
border-color: #FBAEE0;
}
.TagClassName
{
border-color: #FBAEE0;
}
</style>