Shades of Lavender Rose #FFB5F9
Tints of Lavender Rose #FFB5F9
RGB
CMYK
RGB Variations
Color information
#FFB5F9 (or 0xFFB5F9) is known color: Lavender Rose. HEX triplet: FF, B5 and F9. RGB value is (255,181,249). Sum of RGB (Red+Green+Blue) = 255+181+249=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 181 (71.09% from 255 or 26.42% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5F9 is #004A06. Grayscale: #D2D2D2. Windows color (decimal): -18951 or 16365055. OLE color: 16365055.
HSL color Cylindrical-coordinate representation of color #FFB5F9: hue angle of 304.86º 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 #FFB5F9 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 249 | - |
| CMYK | 0 | 0.29 | 0.02 | 0 |
| HSL | 304.86º | 1% | 0.85% | - |
| HSV(B) | 304.86º | 0.29% | 1% | - |
| XYZ | 74.86 | 61.15 | 97.48 | - |
| YUV | 210.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 249 | 0 | 0.29 | 0.02 | 0 | 304.86 | 1 | 0.85 |
| Hex | FF | B5 | F9 | 0 | 1D | 2 | 0 | 131 | 64 | 55 |
| Octal | 377 | 265 | 371 | 0 | 35 | 2 | 0 | 461 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11111001 | 0 | 11101 | 10 | 0 | 100110001 | 1100100 | 1010101 |
Color Harmonies of #FFB5F9
Complementary color
Monochromatic Colors of #FFB5F9
Black with #FFB5F9
Text Example
Text Example
White with #FFB5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5F9; }
p { color: rgb(255,181,249); }
H1.HeaderClassName
{
color: #FFB5F9;
}
.AnyTagClassName
{
color: #FFB5F9;
}
</style>
background-color css
<style>
a { background-color: #FFB5F9; }
a { background-color: rgb(255,181,249); }
div.DivClassName
{
background-color: #FFB5F9;
}
.BgClassName
{
background-color: #FFB5F9;
}
</style>
border-color css
<style>
span { border-color: #FFB5F9; }
span { border-color: rgb(255,181,249); }
td.TdClassName
{
border-color: #FFB5F9;
}
.TagClassName
{
border-color: #FFB5F9;
}
</style>