Shades of Lavender Rose #FFBEF7
Tints of Lavender Rose #FFBEF7
RGB
CMYK
RGB Variations
Color information
#FFBEF7 (or 0xFFBEF7) is known color: Lavender Rose. HEX triplet: FF, BE and F7. RGB value is (255,190,247). Sum of RGB (Red+Green+Blue) = 255+190+247=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 190 (74.61% from 255 or 27.46% from 692); Blue value is 247 (96.88% from 255 or 35.69% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEF7 is #004108. Grayscale: #D7D7D7. Windows color (decimal): -16649 or 16236287. OLE color: 16236287.
HSL color Cylindrical-coordinate representation of color #FFBEF7: hue angle of 307.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 #FFBEF7 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 247 | - |
| CMYK | 0 | 0.25 | 0.03 | 0 |
| HSL | 307.38º | 1% | 0.87% | - |
| HSV(B) | 307.38º | 0.25% | 1% | - |
| XYZ | 76.44 | 64.8 | 96.47 | - |
| YUV | 215.93 | 145.53 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 247 | 0 | 0.25 | 0.03 | 0 | 307.38 | 1 | 0.87 |
| Hex | FF | BE | F7 | 0 | 19 | 3 | 0 | 133 | 64 | 57 |
| Octal | 377 | 276 | 367 | 0 | 31 | 3 | 0 | 463 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11110111 | 0 | 11001 | 11 | 0 | 100110011 | 1100100 | 1010111 |
Color Harmonies of #FFBEF7
Complementary color
Monochromatic Colors of #FFBEF7
Black with #FFBEF7
Text Example
Text Example
White with #FFBEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEF7; }
p { color: rgb(255,190,247); }
H1.HeaderClassName
{
color: #FFBEF7;
}
.AnyTagClassName
{
color: #FFBEF7;
}
</style>
background-color css
<style>
a { background-color: #FFBEF7; }
a { background-color: rgb(255,190,247); }
div.DivClassName
{
background-color: #FFBEF7;
}
.BgClassName
{
background-color: #FFBEF7;
}
</style>
border-color css
<style>
span { border-color: #FFBEF7; }
span { border-color: rgb(255,190,247); }
td.TdClassName
{
border-color: #FFBEF7;
}
.TagClassName
{
border-color: #FFBEF7;
}
</style>