Shades of Lavender Rose #FBA8EE
Tints of Lavender Rose #FBA8EE
RGB
CMYK
RGB Variations
Color information
#FBA8EE (or 0xFBA8EE) is known color: Lavender Rose. HEX triplet: FB, A8 and EE. RGB value is (251,168,238). Sum of RGB (Red+Green+Blue) = 251+168+238=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 168 (66.02% from 255 or 25.57% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA8EE is #045711. Grayscale: #C8C8C8. Windows color (decimal): -284434 or 15640827. OLE color: 15640827.
HSL color Cylindrical-coordinate representation of color #FBA8EE: hue angle of 309.4º 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 #FBA8EE is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 238 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.02 |
| HSL | 309.4º | 0.91% | 0.82% | - |
| HSV(B) | 309.4º | 0.33% | 0.98% | - |
| XYZ | 69.22 | 54.69 | 87.8 | - |
| YUV | 200.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 238 | 0 | 0.33 | 0.05 | 0.02 | 309.4 | 0.91 | 0.82 |
| Hex | FB | A8 | EE | 0 | 21 | 5 | 2 | 135 | 5B | 52 |
| Octal | 373 | 250 | 356 | 0 | 41 | 5 | 2 | 465 | 133 | 122 |
| Binary | 11111011 | 10101000 | 11101110 | 0 | 100001 | 101 | 10 | 100110101 | 1011011 | 1010010 |
Color Harmonies of #FBA8EE
Complementary color
Monochromatic Colors of #FBA8EE
Black with #FBA8EE
Text Example
Text Example
White with #FBA8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8EE; }
p { color: rgb(251,168,238); }
H1.HeaderClassName
{
color: #FBA8EE;
}
.AnyTagClassName
{
color: #FBA8EE;
}
</style>
background-color css
<style>
a { background-color: #FBA8EE; }
a { background-color: rgb(251,168,238); }
div.DivClassName
{
background-color: #FBA8EE;
}
.BgClassName
{
background-color: #FBA8EE;
}
</style>
border-color css
<style>
span { border-color: #FBA8EE; }
span { border-color: rgb(251,168,238); }
td.TdClassName
{
border-color: #FBA8EE;
}
.TagClassName
{
border-color: #FBA8EE;
}
</style>