Shades of Lavender Rose #FFBFF1
Tints of Lavender Rose #FFBFF1
RGB
CMYK
RGB Variations
Color information
#FFBFF1 (or 0xFFBFF1) is known color: Lavender Rose. HEX triplet: FF, BF and F1. RGB value is (255,191,241). Sum of RGB (Red+Green+Blue) = 255+191+241=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 191 (75% from 255 or 27.80% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFF1 is #00400E. Grayscale: #D7D7D7. Windows color (decimal): -16399 or 15843327. OLE color: 15843327.
HSL color Cylindrical-coordinate representation of color #FFBFF1: hue angle of 313.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBFF1 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 241 | - |
| CMYK | 0 | 0.25 | 0.05 | 0 |
| HSL | 313.13º | 1% | 0.87% | - |
| HSV(B) | 313.13º | 0.25% | 1% | - |
| XYZ | 75.75 | 64.87 | 91.75 | - |
| YUV | 215.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 241 | 0 | 0.25 | 0.05 | 0 | 313.13 | 1 | 0.87 |
| Hex | FF | BF | F1 | 0 | 19 | 5 | 0 | 139 | 64 | 57 |
| Octal | 377 | 277 | 361 | 0 | 31 | 5 | 0 | 471 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11110001 | 0 | 11001 | 101 | 0 | 100111001 | 1100100 | 1010111 |
Color Harmonies of #FFBFF1
Complementary color
Monochromatic Colors of #FFBFF1
Black with #FFBFF1
Text Example
Text Example
White with #FFBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFF1; }
p { color: rgb(255,191,241); }
H1.HeaderClassName
{
color: #FFBFF1;
}
.AnyTagClassName
{
color: #FFBFF1;
}
</style>
background-color css
<style>
a { background-color: #FFBFF1; }
a { background-color: rgb(255,191,241); }
div.DivClassName
{
background-color: #FFBFF1;
}
.BgClassName
{
background-color: #FFBFF1;
}
</style>
border-color css
<style>
span { border-color: #FFBFF1; }
span { border-color: rgb(255,191,241); }
td.TdClassName
{
border-color: #FFBFF1;
}
.TagClassName
{
border-color: #FFBFF1;
}
</style>