Shades of Lavender Rose #FFB3F1
Tints of Lavender Rose #FFB3F1
RGB
CMYK
RGB Variations
Color information
#FFB3F1 (or 0xFFB3F1) is known color: Lavender Rose. HEX triplet: FF, B3 and F1. RGB value is (255,179,241). Sum of RGB (Red+Green+Blue) = 255+179+241=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 179 (70.31% from 255 or 26.52% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3F1 is #004C0E. Grayscale: #D0D0D0. Windows color (decimal): -19471 or 15840255. OLE color: 15840255.
HSL color Cylindrical-coordinate representation of color #FFB3F1: hue angle of 311.05º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB3F1 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 241 | - |
| CMYK | 0 | 0.30 | 0.05 | 0 |
| HSL | 311.05º | 1% | 0.85% | - |
| HSV(B) | 311.05º | 0.3% | 1% | - |
| XYZ | 73.24 | 59.85 | 90.91 | - |
| YUV | 208.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 241 | 0 | 0.30 | 0.05 | 0 | 311.05 | 1 | 0.85 |
| Hex | FF | B3 | F1 | 0 | 1E | 5 | 0 | 137 | 64 | 55 |
| Octal | 377 | 263 | 361 | 0 | 36 | 5 | 0 | 467 | 144 | 125 |
| Binary | 11111111 | 10110011 | 11110001 | 0 | 11110 | 101 | 0 | 100110111 | 1100100 | 1010101 |
Color Harmonies of #FFB3F1
Complementary color
Monochromatic Colors of #FFB3F1
Black with #FFB3F1
Text Example
Text Example
White with #FFB3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3F1; }
p { color: rgb(255,179,241); }
H1.HeaderClassName
{
color: #FFB3F1;
}
.AnyTagClassName
{
color: #FFB3F1;
}
</style>
background-color css
<style>
a { background-color: #FFB3F1; }
a { background-color: rgb(255,179,241); }
div.DivClassName
{
background-color: #FFB3F1;
}
.BgClassName
{
background-color: #FFB3F1;
}
</style>
border-color css
<style>
span { border-color: #FFB3F1; }
span { border-color: rgb(255,179,241); }
td.TdClassName
{
border-color: #FFB3F1;
}
.TagClassName
{
border-color: #FFB3F1;
}
</style>