Shades of Lavender Rose #FBA5EF
Tints of Lavender Rose #FBA5EF
RGB
CMYK
RGB Variations
Color information
#FBA5EF (or 0xFBA5EF) is known color: Lavender Rose. HEX triplet: FB, A5 and EF. RGB value is (251,165,239). Sum of RGB (Red+Green+Blue) = 251+165+239=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 165 (64.84% from 255 or 25.19% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA5EF is #045A10. Grayscale: #C6C6C6. Windows color (decimal): -285201 or 15705595. OLE color: 15705595.
HSL color Cylindrical-coordinate representation of color #FBA5EF: hue angle of 308.37º 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 #FBA5EF is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 239 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.02 |
| HSL | 308.37º | 0.91% | 0.82% | - |
| HSV(B) | 308.37º | 0.34% | 0.98% | - |
| XYZ | 68.82 | 53.65 | 88.39 | - |
| YUV | 199.15 | 150.49 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 239 | 0 | 0.34 | 0.05 | 0.02 | 308.37 | 0.91 | 0.82 |
| Hex | FB | A5 | EF | 0 | 22 | 5 | 2 | 134 | 5B | 52 |
| Octal | 373 | 245 | 357 | 0 | 42 | 5 | 2 | 464 | 133 | 122 |
| Binary | 11111011 | 10100101 | 11101111 | 0 | 100010 | 101 | 10 | 100110100 | 1011011 | 1010010 |
Color Harmonies of #FBA5EF
Complementary color
Monochromatic Colors of #FBA5EF
Black with #FBA5EF
Text Example
Text Example
White with #FBA5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5EF; }
p { color: rgb(251,165,239); }
H1.HeaderClassName
{
color: #FBA5EF;
}
.AnyTagClassName
{
color: #FBA5EF;
}
</style>
background-color css
<style>
a { background-color: #FBA5EF; }
a { background-color: rgb(251,165,239); }
div.DivClassName
{
background-color: #FBA5EF;
}
.BgClassName
{
background-color: #FBA5EF;
}
</style>
border-color css
<style>
span { border-color: #FBA5EF; }
span { border-color: rgb(251,165,239); }
td.TdClassName
{
border-color: #FBA5EF;
}
.TagClassName
{
border-color: #FBA5EF;
}
</style>