Shades of Lavender Rose #FBA9EE
Tints of Lavender Rose #FBA9EE
RGB
CMYK
RGB Variations
Color information
#FBA9EE (or 0xFBA9EE) is known color: Lavender Rose. HEX triplet: FB, A9 and EE. RGB value is (251,169,238). Sum of RGB (Red+Green+Blue) = 251+169+238=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 169 (66.41% from 255 or 25.68% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA9EE is #045611. Grayscale: #C9C9C9. Windows color (decimal): -284178 or 15641083. OLE color: 15641083.
HSL color Cylindrical-coordinate representation of color #FBA9EE: hue angle of 309.51º 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 #FBA9EE is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 238 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.02 |
| HSL | 309.51º | 0.91% | 0.82% | - |
| HSV(B) | 309.51º | 0.33% | 0.98% | - |
| XYZ | 69.4 | 55.06 | 87.86 | - |
| YUV | 201.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 238 | 0 | 0.33 | 0.05 | 0.02 | 309.51 | 0.91 | 0.82 |
| Hex | FB | A9 | EE | 0 | 21 | 5 | 2 | 136 | 5B | 52 |
| Octal | 373 | 251 | 356 | 0 | 41 | 5 | 2 | 466 | 133 | 122 |
| Binary | 11111011 | 10101001 | 11101110 | 0 | 100001 | 101 | 10 | 100110110 | 1011011 | 1010010 |
Color Harmonies of #FBA9EE
Complementary color
Monochromatic Colors of #FBA9EE
Black with #FBA9EE
Text Example
Text Example
White with #FBA9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9EE; }
p { color: rgb(251,169,238); }
H1.HeaderClassName
{
color: #FBA9EE;
}
.AnyTagClassName
{
color: #FBA9EE;
}
</style>
background-color css
<style>
a { background-color: #FBA9EE; }
a { background-color: rgb(251,169,238); }
div.DivClassName
{
background-color: #FBA9EE;
}
.BgClassName
{
background-color: #FBA9EE;
}
</style>
border-color css
<style>
span { border-color: #FBA9EE; }
span { border-color: rgb(251,169,238); }
td.TdClassName
{
border-color: #FBA9EE;
}
.TagClassName
{
border-color: #FBA9EE;
}
</style>