Shades of Lavender Rose #FBA7EE
Tints of Lavender Rose #FBA7EE
RGB
CMYK
RGB Variations
Color information
#FBA7EE (or 0xFBA7EE) is known color: Lavender Rose. HEX triplet: FB, A7 and EE. RGB value is (251,167,238). Sum of RGB (Red+Green+Blue) = 251+167+238=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 167 (65.62% from 255 or 25.46% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA7EE is #045811. Grayscale: #C8C8C8. Windows color (decimal): -284690 or 15640571. OLE color: 15640571.
HSL color Cylindrical-coordinate representation of color #FBA7EE: hue angle of 309.29º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA7EE is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 238 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.02 |
| HSL | 309.29º | 0.91% | 0.82% | - |
| HSV(B) | 309.29º | 0.33% | 0.98% | - |
| XYZ | 69.04 | 54.32 | 87.74 | - |
| YUV | 200.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 238 | 0 | 0.33 | 0.05 | 0.02 | 309.29 | 0.91 | 0.82 |
| Hex | FB | A7 | EE | 0 | 21 | 5 | 2 | 135 | 5B | 52 |
| Octal | 373 | 247 | 356 | 0 | 41 | 5 | 2 | 465 | 133 | 122 |
| Binary | 11111011 | 10100111 | 11101110 | 0 | 100001 | 101 | 10 | 100110101 | 1011011 | 1010010 |
Color Harmonies of #FBA7EE
Complementary color
Monochromatic Colors of #FBA7EE
Black with #FBA7EE
Text Example
Text Example
White with #FBA7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA7EE; }
p { color: rgb(251,167,238); }
H1.HeaderClassName
{
color: #FBA7EE;
}
.AnyTagClassName
{
color: #FBA7EE;
}
</style>
background-color css
<style>
a { background-color: #FBA7EE; }
a { background-color: rgb(251,167,238); }
div.DivClassName
{
background-color: #FBA7EE;
}
.BgClassName
{
background-color: #FBA7EE;
}
</style>
border-color css
<style>
span { border-color: #FBA7EE; }
span { border-color: rgb(251,167,238); }
td.TdClassName
{
border-color: #FBA7EE;
}
.TagClassName
{
border-color: #FBA7EE;
}
</style>