Shades of Lavender Rose #FFBEF9
Tints of Lavender Rose #FFBEF9
RGB
CMYK
RGB Variations
Color information
#FFBEF9 (or 0xFFBEF9) is known color: Lavender Rose. HEX triplet: FF, BE and F9. RGB value is (255,190,249). Sum of RGB (Red+Green+Blue) = 255+190+249=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 190 (74.61% from 255 or 27.38% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEF9 is #004106. Grayscale: #D7D7D7. Windows color (decimal): -16647 or 16367359. OLE color: 16367359.
HSL color Cylindrical-coordinate representation of color #FFBEF9: hue angle of 305.54º 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 #FFBEF9 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 249 | - |
| CMYK | 0 | 0.25 | 0.02 | 0 |
| HSL | 305.54º | 1% | 0.87% | - |
| HSV(B) | 305.54º | 0.25% | 1% | - |
| XYZ | 76.75 | 64.93 | 98.11 | - |
| YUV | 216.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 249 | 0 | 0.25 | 0.02 | 0 | 305.54 | 1 | 0.87 |
| Hex | FF | BE | F9 | 0 | 19 | 2 | 0 | 132 | 64 | 57 |
| Octal | 377 | 276 | 371 | 0 | 31 | 2 | 0 | 462 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11111001 | 0 | 11001 | 10 | 0 | 100110010 | 1100100 | 1010111 |
Color Harmonies of #FFBEF9
Complementary color
Monochromatic Colors of #FFBEF9
Black with #FFBEF9
Text Example
Text Example
White with #FFBEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEF9; }
p { color: rgb(255,190,249); }
H1.HeaderClassName
{
color: #FFBEF9;
}
.AnyTagClassName
{
color: #FFBEF9;
}
</style>
background-color css
<style>
a { background-color: #FFBEF9; }
a { background-color: rgb(255,190,249); }
div.DivClassName
{
background-color: #FFBEF9;
}
.BgClassName
{
background-color: #FFBEF9;
}
</style>
border-color css
<style>
span { border-color: #FFBEF9; }
span { border-color: rgb(255,190,249); }
td.TdClassName
{
border-color: #FFBEF9;
}
.TagClassName
{
border-color: #FFBEF9;
}
</style>