Shades of Lavender Rose #FBA5E6
Tints of Lavender Rose #FBA5E6
RGB
CMYK
RGB Variations
Color information
#FBA5E6 (or 0xFBA5E6) is known color: Lavender Rose. HEX triplet: FB, A5 and E6. RGB value is (251,165,230). Sum of RGB (Red+Green+Blue) = 251+165+230=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 165 (64.84% from 255 or 25.54% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA5E6 is #045A19. Grayscale: #C5C5C5. Windows color (decimal): -285210 or 15115771. OLE color: 15115771.
HSL color Cylindrical-coordinate representation of color #FBA5E6: hue angle of 314.65º 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 #FBA5E6 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 230 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.02 |
| HSL | 314.65º | 0.91% | 0.82% | - |
| HSV(B) | 314.65º | 0.34% | 0.98% | - |
| XYZ | 67.52 | 53.13 | 81.56 | - |
| YUV | 198.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 230 | 0 | 0.34 | 0.08 | 0.02 | 314.65 | 0.91 | 0.82 |
| Hex | FB | A5 | E6 | 0 | 22 | 8 | 2 | 13B | 5B | 52 |
| Octal | 373 | 245 | 346 | 0 | 42 | 10 | 2 | 473 | 133 | 122 |
| Binary | 11111011 | 10100101 | 11100110 | 0 | 100010 | 1000 | 10 | 100111011 | 1011011 | 1010010 |
Color Harmonies of #FBA5E6
Complementary color
Monochromatic Colors of #FBA5E6
Black with #FBA5E6
Text Example
Text Example
White with #FBA5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5E6; }
p { color: rgb(251,165,230); }
H1.HeaderClassName
{
color: #FBA5E6;
}
.AnyTagClassName
{
color: #FBA5E6;
}
</style>
background-color css
<style>
a { background-color: #FBA5E6; }
a { background-color: rgb(251,165,230); }
div.DivClassName
{
background-color: #FBA5E6;
}
.BgClassName
{
background-color: #FBA5E6;
}
</style>
border-color css
<style>
span { border-color: #FBA5E6; }
span { border-color: rgb(251,165,230); }
td.TdClassName
{
border-color: #FBA5E6;
}
.TagClassName
{
border-color: #FBA5E6;
}
</style>