Shades of Lavender Rose #FFB5F1
Tints of Lavender Rose #FFB5F1
RGB
CMYK
RGB Variations
Color information
#FFB5F1 (or 0xFFB5F1) is known color: Lavender Rose. HEX triplet: FF, B5 and F1. RGB value is (255,181,241). Sum of RGB (Red+Green+Blue) = 255+181+241=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 181 (71.09% from 255 or 26.74% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB5F1 is #004A0E. Grayscale: #D1D1D1. Windows color (decimal): -18959 or 15840767. OLE color: 15840767.
HSL color Cylindrical-coordinate representation of color #FFB5F1: hue angle of 311.35º 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 #FFB5F1 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 241 | - |
| CMYK | 0 | 0.29 | 0.05 | 0 |
| HSL | 311.35º | 1% | 0.85% | - |
| HSV(B) | 311.35º | 0.29% | 1% | - |
| XYZ | 73.64 | 60.66 | 91.05 | - |
| YUV | 209.97 | 145.52 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 241 | 0 | 0.29 | 0.05 | 0 | 311.35 | 1 | 0.85 |
| Hex | FF | B5 | F1 | 0 | 1D | 5 | 0 | 137 | 64 | 55 |
| Octal | 377 | 265 | 361 | 0 | 35 | 5 | 0 | 467 | 144 | 125 |
| Binary | 11111111 | 10110101 | 11110001 | 0 | 11101 | 101 | 0 | 100110111 | 1100100 | 1010101 |
Color Harmonies of #FFB5F1
Complementary color
Monochromatic Colors of #FFB5F1
Black with #FFB5F1
Text Example
Text Example
White with #FFB5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5F1; }
p { color: rgb(255,181,241); }
H1.HeaderClassName
{
color: #FFB5F1;
}
.AnyTagClassName
{
color: #FFB5F1;
}
</style>
background-color css
<style>
a { background-color: #FFB5F1; }
a { background-color: rgb(255,181,241); }
div.DivClassName
{
background-color: #FFB5F1;
}
.BgClassName
{
background-color: #FFB5F1;
}
</style>
border-color css
<style>
span { border-color: #FFB5F1; }
span { border-color: rgb(255,181,241); }
td.TdClassName
{
border-color: #FFB5F1;
}
.TagClassName
{
border-color: #FFB5F1;
}
</style>