Shades of Lavender Rose #FFBFF7
Tints of Lavender Rose #FFBFF7
RGB
CMYK
RGB Variations
Color information
#FFBFF7 (or 0xFFBFF7) is known color: Lavender Rose. HEX triplet: FF, BF and F7. RGB value is (255,191,247). Sum of RGB (Red+Green+Blue) = 255+191+247=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 191 (75% from 255 or 27.56% from 693); Blue value is 247 (96.88% from 255 or 35.64% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFF7 is #004008. Grayscale: #D8D8D8. Windows color (decimal): -16393 or 16236543. OLE color: 16236543.
HSL color Cylindrical-coordinate representation of color #FFBFF7: hue angle of 307.5º 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 #FFBFF7 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 247 | - |
| CMYK | 0 | 0.25 | 0.03 | 0 |
| HSL | 307.5º | 1% | 0.87% | - |
| HSV(B) | 307.5º | 0.25% | 1% | - |
| XYZ | 76.66 | 65.24 | 96.55 | - |
| YUV | 216.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 247 | 0 | 0.25 | 0.03 | 0 | 307.5 | 1 | 0.87 |
| Hex | FF | BF | F7 | 0 | 19 | 3 | 0 | 134 | 64 | 57 |
| Octal | 377 | 277 | 367 | 0 | 31 | 3 | 0 | 464 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11110111 | 0 | 11001 | 11 | 0 | 100110100 | 1100100 | 1010111 |
Color Harmonies of #FFBFF7
Complementary color
Monochromatic Colors of #FFBFF7
Black with #FFBFF7
Text Example
Text Example
White with #FFBFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFF7; }
p { color: rgb(255,191,247); }
H1.HeaderClassName
{
color: #FFBFF7;
}
.AnyTagClassName
{
color: #FFBFF7;
}
</style>
background-color css
<style>
a { background-color: #FFBFF7; }
a { background-color: rgb(255,191,247); }
div.DivClassName
{
background-color: #FFBFF7;
}
.BgClassName
{
background-color: #FFBFF7;
}
</style>
border-color css
<style>
span { border-color: #FFBFF7; }
span { border-color: rgb(255,191,247); }
td.TdClassName
{
border-color: #FFBFF7;
}
.TagClassName
{
border-color: #FFBFF7;
}
</style>