Shades of Lavender Rose #FFBFED
Tints of Lavender Rose #FFBFED
RGB
CMYK
RGB Variations
Color information
#FFBFED (or 0xFFBFED) is known color: Lavender Rose. HEX triplet: FF, BF and ED. RGB value is (255,191,237). Sum of RGB (Red+Green+Blue) = 255+191+237=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 191 (75% from 255 or 27.96% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBFED is #004012. Grayscale: #D7D7D7. Windows color (decimal): -16403 or 15581183. OLE color: 15581183.
HSL color Cylindrical-coordinate representation of color #FFBFED: hue angle of 316.88º 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 #FFBFED is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 237 | - |
| CMYK | 0 | 0.25 | 0.07 | 0 |
| HSL | 316.88º | 1% | 0.87% | - |
| HSV(B) | 316.88º | 0.25% | 1% | - |
| XYZ | 75.16 | 64.64 | 88.64 | - |
| YUV | 215.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 237 | 0 | 0.25 | 0.07 | 0 | 316.88 | 1 | 0.87 |
| Hex | FF | BF | ED | 0 | 19 | 7 | 0 | 13D | 64 | 57 |
| Octal | 377 | 277 | 355 | 0 | 31 | 7 | 0 | 475 | 144 | 127 |
| Binary | 11111111 | 10111111 | 11101101 | 0 | 11001 | 111 | 0 | 100111101 | 1100100 | 1010111 |
Color Harmonies of #FFBFED
Complementary color
Monochromatic Colors of #FFBFED
Black with #FFBFED
Text Example
Text Example
White with #FFBFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBFED; }
p { color: rgb(255,191,237); }
H1.HeaderClassName
{
color: #FFBFED;
}
.AnyTagClassName
{
color: #FFBFED;
}
</style>
background-color css
<style>
a { background-color: #FFBFED; }
a { background-color: rgb(255,191,237); }
div.DivClassName
{
background-color: #FFBFED;
}
.BgClassName
{
background-color: #FFBFED;
}
</style>
border-color css
<style>
span { border-color: #FFBFED; }
span { border-color: rgb(255,191,237); }
td.TdClassName
{
border-color: #FFBFED;
}
.TagClassName
{
border-color: #FFBFED;
}
</style>