Shades of Lavender Rose #FFBFFA
Tints of Lavender Rose #FFBFFA
RGB
CMYK
RGB Variations
Color information
#FFBFFA (or 0xFFBFFA) is known color: Lavender Rose. HEX triplet: FF, BF and FA. RGB value is (255,191,250). Sum of RGB (Red+Green+Blue) = 255+191+250=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 191 (75% from 255 or 27.44% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFFA is #004005. Grayscale: #D8D8D8. Windows color (decimal): -16390 or 16433151. OLE color: 16433151.
HSL color Cylindrical-coordinate representation of color #FFBFFA: hue angle of 304.69º 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 #FFBFFA is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 250 | - |
| CMYK | 0 | 0.25 | 0.02 | 0 |
| HSL | 304.69º | 1% | 0.87% | - |
| HSV(B) | 304.69º | 0.25% | 1% | - |
| XYZ | 77.13 | 65.42 | 99.01 | - |
| YUV | 216.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 250 | 0 | 0.25 | 0.02 | 0 | 304.69 | 1 | 0.87 |
| Hex | FF | BF | FA | 0 | 19 | 2 | 0 | 131 | 64 | 57 |
| Octal | 377 | 277 | 372 | 0 | 31 | 2 | 0 | 461 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11111010 | 0 | 11001 | 10 | 0 | 100110001 | 1100100 | 1010111 |
Color Harmonies of #FFBFFA
Complementary color
Monochromatic Colors of #FFBFFA
Black with #FFBFFA
Text Example
Text Example
White with #FFBFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFFA; }
p { color: rgb(255,191,250); }
H1.HeaderClassName
{
color: #FFBFFA;
}
.AnyTagClassName
{
color: #FFBFFA;
}
</style>
background-color css
<style>
a { background-color: #FFBFFA; }
a { background-color: rgb(255,191,250); }
div.DivClassName
{
background-color: #FFBFFA;
}
.BgClassName
{
background-color: #FFBFFA;
}
</style>
border-color css
<style>
span { border-color: #FFBFFA; }
span { border-color: rgb(255,191,250); }
td.TdClassName
{
border-color: #FFBFFA;
}
.TagClassName
{
border-color: #FFBFFA;
}
</style>