Shades of Lavender Rose #FBAEE4
Tints of Lavender Rose #FBAEE4
RGB
CMYK
RGB Variations
Color information
#FBAEE4 (or 0xFBAEE4) is known color: Lavender Rose. HEX triplet: FB, AE and E4. RGB value is (251,174,228). Sum of RGB (Red+Green+Blue) = 251+174+228=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEE4 is #04511B. Grayscale: #CBCBCB. Windows color (decimal): -282908 or 14987003. OLE color: 14987003.
HSL color Cylindrical-coordinate representation of color #FBAEE4: hue angle of 317.92º 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 #FBAEE4 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 228 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.02 |
| HSL | 317.92º | 0.91% | 0.83% | - |
| HSV(B) | 317.92º | 0.31% | 0.98% | - |
| XYZ | 68.92 | 56.38 | 80.65 | - |
| YUV | 203.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 228 | 0 | 0.31 | 0.09 | 0.02 | 317.92 | 0.91 | 0.83 |
| Hex | FB | AE | E4 | 0 | 1F | 9 | 2 | 13E | 5B | 53 |
| Octal | 373 | 256 | 344 | 0 | 37 | 11 | 2 | 476 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11100100 | 0 | 11111 | 1001 | 10 | 100111110 | 1011011 | 1010011 |
Color Harmonies of #FBAEE4
Complementary color
Monochromatic Colors of #FBAEE4
Black with #FBAEE4
Text Example
Text Example
White with #FBAEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEE4; }
p { color: rgb(251,174,228); }
H1.HeaderClassName
{
color: #FBAEE4;
}
.AnyTagClassName
{
color: #FBAEE4;
}
</style>
background-color css
<style>
a { background-color: #FBAEE4; }
a { background-color: rgb(251,174,228); }
div.DivClassName
{
background-color: #FBAEE4;
}
.BgClassName
{
background-color: #FBAEE4;
}
</style>
border-color css
<style>
span { border-color: #FBAEE4; }
span { border-color: rgb(251,174,228); }
td.TdClassName
{
border-color: #FBAEE4;
}
.TagClassName
{
border-color: #FBAEE4;
}
</style>