Shades of Lavender Rose #FFB5FA
Tints of Lavender Rose #FFB5FA
RGB
CMYK
RGB Variations
Color information
#FFB5FA (or 0xFFB5FA) is known color: Lavender Rose. HEX triplet: FF, B5 and FA. RGB value is (255,181,250). Sum of RGB (Red+Green+Blue) = 255+181+250=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 181 (71.09% from 255 or 26.38% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5FA is #004A05. Grayscale: #D2D2D2. Windows color (decimal): -18950 or 16430591. OLE color: 16430591.
HSL color Cylindrical-coordinate representation of color #FFB5FA: hue angle of 304.05º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB5FA is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 250 | - |
| CMYK | 0 | 0.29 | 0.02 | 0 |
| HSL | 304.05º | 1% | 0.85% | - |
| HSV(B) | 304.05º | 0.29% | 1% | - |
| XYZ | 75.02 | 61.21 | 98.3 | - |
| YUV | 210.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 250 | 0 | 0.29 | 0.02 | 0 | 304.05 | 1 | 0.85 |
| Hex | FF | B5 | FA | 0 | 1D | 2 | 0 | 130 | 64 | 55 |
| Octal | 377 | 265 | 372 | 0 | 35 | 2 | 0 | 460 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11111010 | 0 | 11101 | 10 | 0 | 100110000 | 1100100 | 1010101 |
Color Harmonies of #FFB5FA
Complementary color
Monochromatic Colors of #FFB5FA
Black with #FFB5FA
Text Example
Text Example
White with #FFB5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5FA; }
p { color: rgb(255,181,250); }
H1.HeaderClassName
{
color: #FFB5FA;
}
.AnyTagClassName
{
color: #FFB5FA;
}
</style>
background-color css
<style>
a { background-color: #FFB5FA; }
a { background-color: rgb(255,181,250); }
div.DivClassName
{
background-color: #FFB5FA;
}
.BgClassName
{
background-color: #FFB5FA;
}
</style>
border-color css
<style>
span { border-color: #FFB5FA; }
span { border-color: rgb(255,181,250); }
td.TdClassName
{
border-color: #FFB5FA;
}
.TagClassName
{
border-color: #FFB5FA;
}
</style>