Shades of Lavender Rose #FBAEF4
Tints of Lavender Rose #FBAEF4
RGB
CMYK
RGB Variations
Color information
#FBAEF4 (or 0xFBAEF4) is known color: Lavender Rose. HEX triplet: FB, AE and F4. RGB value is (251,174,244). Sum of RGB (Red+Green+Blue) = 251+174+244=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 174 (68.36% from 255 or 26.01% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAEF4 is #04510B. Grayscale: #CCCCCC. Windows color (decimal): -282892 or 16035579. OLE color: 16035579.
HSL color Cylindrical-coordinate representation of color #FBAEF4: hue angle of 305.45º 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 #FBAEF4 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 244 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.02 |
| HSL | 305.45º | 0.91% | 0.83% | - |
| HSV(B) | 305.45º | 0.31% | 0.98% | - |
| XYZ | 71.25 | 57.31 | 92.9 | - |
| YUV | 205 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 244 | 0 | 0.31 | 0.03 | 0.02 | 305.45 | 0.91 | 0.83 |
| Hex | FB | AE | F4 | 0 | 1F | 3 | 2 | 131 | 5B | 53 |
| Octal | 373 | 256 | 364 | 0 | 37 | 3 | 2 | 461 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11110100 | 0 | 11111 | 11 | 10 | 100110001 | 1011011 | 1010011 |
Color Harmonies of #FBAEF4
Complementary color
Monochromatic Colors of #FBAEF4
Black with #FBAEF4
Text Example
Text Example
White with #FBAEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEF4; }
p { color: rgb(251,174,244); }
H1.HeaderClassName
{
color: #FBAEF4;
}
.AnyTagClassName
{
color: #FBAEF4;
}
</style>
background-color css
<style>
a { background-color: #FBAEF4; }
a { background-color: rgb(251,174,244); }
div.DivClassName
{
background-color: #FBAEF4;
}
.BgClassName
{
background-color: #FBAEF4;
}
</style>
border-color css
<style>
span { border-color: #FBAEF4; }
span { border-color: rgb(251,174,244); }
td.TdClassName
{
border-color: #FBAEF4;
}
.TagClassName
{
border-color: #FBAEF4;
}
</style>