Shades of Lavender Rose #FFBFF5
Tints of Lavender Rose #FFBFF5
RGB
CMYK
RGB Variations
Color information
#FFBFF5 (or 0xFFBFF5) is known color: Lavender Rose. HEX triplet: FF, BF and F5. RGB value is (255,191,245). Sum of RGB (Red+Green+Blue) = 255+191+245=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 191 (75% from 255 or 27.64% from 691); Blue value is 245 (96.09% from 255 or 35.46% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFF5 is #00400A. Grayscale: #D8D8D8. Windows color (decimal): -16395 or 16105471. OLE color: 16105471.
HSL color Cylindrical-coordinate representation of color #FFBFF5: hue angle of 309.38º 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 #FFBFF5 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 245 | - |
| CMYK | 0 | 0.25 | 0.04 | 0 |
| HSL | 309.38º | 1% | 0.87% | - |
| HSV(B) | 309.38º | 0.25% | 1% | - |
| XYZ | 76.35 | 65.11 | 94.93 | - |
| YUV | 216.29 | 144.2 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 245 | 0 | 0.25 | 0.04 | 0 | 309.38 | 1 | 0.87 |
| Hex | FF | BF | F5 | 0 | 19 | 4 | 0 | 135 | 64 | 57 |
| Octal | 377 | 277 | 365 | 0 | 31 | 4 | 0 | 465 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11110101 | 0 | 11001 | 100 | 0 | 100110101 | 1100100 | 1010111 |
Color Harmonies of #FFBFF5
Complementary color
Monochromatic Colors of #FFBFF5
Black with #FFBFF5
Text Example
Text Example
White with #FFBFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFF5; }
p { color: rgb(255,191,245); }
H1.HeaderClassName
{
color: #FFBFF5;
}
.AnyTagClassName
{
color: #FFBFF5;
}
</style>
background-color css
<style>
a { background-color: #FFBFF5; }
a { background-color: rgb(255,191,245); }
div.DivClassName
{
background-color: #FFBFF5;
}
.BgClassName
{
background-color: #FFBFF5;
}
</style>
border-color css
<style>
span { border-color: #FFBFF5; }
span { border-color: rgb(255,191,245); }
td.TdClassName
{
border-color: #FFBFF5;
}
.TagClassName
{
border-color: #FFBFF5;
}
</style>