Shades of Lavender Rose #FBA5ED
Tints of Lavender Rose #FBA5ED
RGB
CMYK
RGB Variations
Color information
#FBA5ED (or 0xFBA5ED) is known color: Lavender Rose. HEX triplet: FB, A5 and ED. RGB value is (251,165,237). Sum of RGB (Red+Green+Blue) = 251+165+237=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 165 (64.84% from 255 or 25.27% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA5ED is #045A12. Grayscale: #C6C6C6. Windows color (decimal): -285203 or 15574523. OLE color: 15574523.
HSL color Cylindrical-coordinate representation of color #FBA5ED: hue angle of 309.77º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA5ED is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 237 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.02 |
| HSL | 309.77º | 0.91% | 0.82% | - |
| HSV(B) | 309.77º | 0.34% | 0.98% | - |
| XYZ | 68.52 | 53.53 | 86.84 | - |
| YUV | 198.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 237 | 0 | 0.34 | 0.06 | 0.02 | 309.77 | 0.91 | 0.82 |
| Hex | FB | A5 | ED | 0 | 22 | 6 | 2 | 136 | 5B | 52 |
| Octal | 373 | 245 | 355 | 0 | 42 | 6 | 2 | 466 | 133 | 122 |
| Binary | 11111011 | 10100101 | 11101101 | 0 | 100010 | 110 | 10 | 100110110 | 1011011 | 1010010 |
Color Harmonies of #FBA5ED
Complementary color
Monochromatic Colors of #FBA5ED
Black with #FBA5ED
Text Example
Text Example
White with #FBA5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5ED; }
p { color: rgb(251,165,237); }
H1.HeaderClassName
{
color: #FBA5ED;
}
.AnyTagClassName
{
color: #FBA5ED;
}
</style>
background-color css
<style>
a { background-color: #FBA5ED; }
a { background-color: rgb(251,165,237); }
div.DivClassName
{
background-color: #FBA5ED;
}
.BgClassName
{
background-color: #FBA5ED;
}
</style>
border-color css
<style>
span { border-color: #FBA5ED; }
span { border-color: rgb(251,165,237); }
td.TdClassName
{
border-color: #FBA5ED;
}
.TagClassName
{
border-color: #FBA5ED;
}
</style>