Shades of Lavender Rose #FFBFEF
Tints of Lavender Rose #FFBFEF
RGB
CMYK
RGB Variations
Color information
#FFBFEF (or 0xFFBFEF) is known color: Lavender Rose. HEX triplet: FF, BF and EF. RGB value is (255,191,239). Sum of RGB (Red+Green+Blue) = 255+191+239=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 191 (75% from 255 or 27.88% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFEF is #004010. Grayscale: #D7D7D7. Windows color (decimal): -16401 or 15712255. OLE color: 15712255.
HSL color Cylindrical-coordinate representation of color #FFBFEF: hue angle of 315º 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 #FFBFEF is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 239 | - |
| CMYK | 0 | 0.25 | 0.06 | 0 |
| HSL | 315º | 1% | 0.87% | - |
| HSV(B) | 315º | 0.25% | 1% | - |
| XYZ | 75.45 | 64.75 | 90.18 | - |
| YUV | 215.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 239 | 0 | 0.25 | 0.06 | 0 | 315 | 1 | 0.87 |
| Hex | FF | BF | EF | 0 | 19 | 6 | 0 | 13B | 64 | 57 |
| Octal | 377 | 277 | 357 | 0 | 31 | 6 | 0 | 473 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11101111 | 0 | 11001 | 110 | 0 | 100111011 | 1100100 | 1010111 |
Color Harmonies of #FFBFEF
Complementary color
Monochromatic Colors of #FFBFEF
Black with #FFBFEF
Text Example
Text Example
White with #FFBFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFEF; }
p { color: rgb(255,191,239); }
H1.HeaderClassName
{
color: #FFBFEF;
}
.AnyTagClassName
{
color: #FFBFEF;
}
</style>
background-color css
<style>
a { background-color: #FFBFEF; }
a { background-color: rgb(255,191,239); }
div.DivClassName
{
background-color: #FFBFEF;
}
.BgClassName
{
background-color: #FFBFEF;
}
</style>
border-color css
<style>
span { border-color: #FFBFEF; }
span { border-color: rgb(255,191,239); }
td.TdClassName
{
border-color: #FFBFEF;
}
.TagClassName
{
border-color: #FFBFEF;
}
</style>