Shades of Lavender Rose #FBA9ED
Tints of Lavender Rose #FBA9ED
RGB
CMYK
RGB Variations
Color information
#FBA9ED (or 0xFBA9ED) is known color: Lavender Rose. HEX triplet: FB, A9 and ED. RGB value is (251,169,237). Sum of RGB (Red+Green+Blue) = 251+169+237=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 169 (66.41% from 255 or 25.72% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA9ED is #045612. Grayscale: #C9C9C9. Windows color (decimal): -284179 or 15575547. OLE color: 15575547.
HSL color Cylindrical-coordinate representation of color #FBA9ED: hue angle of 310.24º 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 #FBA9ED is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 237 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.02 |
| HSL | 310.24º | 0.91% | 0.82% | - |
| HSV(B) | 310.24º | 0.33% | 0.98% | - |
| XYZ | 69.26 | 55 | 87.09 | - |
| YUV | 201.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 237 | 0 | 0.33 | 0.06 | 0.02 | 310.24 | 0.91 | 0.82 |
| Hex | FB | A9 | ED | 0 | 21 | 6 | 2 | 136 | 5B | 52 |
| Octal | 373 | 251 | 355 | 0 | 41 | 6 | 2 | 466 | 133 | 122 |
| Binary | 11111011 | 10101001 | 11101101 | 0 | 100001 | 110 | 10 | 100110110 | 1011011 | 1010010 |
Color Harmonies of #FBA9ED
Complementary color
Monochromatic Colors of #FBA9ED
Black with #FBA9ED
Text Example
Text Example
White with #FBA9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9ED; }
p { color: rgb(251,169,237); }
H1.HeaderClassName
{
color: #FBA9ED;
}
.AnyTagClassName
{
color: #FBA9ED;
}
</style>
background-color css
<style>
a { background-color: #FBA9ED; }
a { background-color: rgb(251,169,237); }
div.DivClassName
{
background-color: #FBA9ED;
}
.BgClassName
{
background-color: #FBA9ED;
}
</style>
border-color css
<style>
span { border-color: #FBA9ED; }
span { border-color: rgb(251,169,237); }
td.TdClassName
{
border-color: #FBA9ED;
}
.TagClassName
{
border-color: #FBA9ED;
}
</style>