Shades of Lavender Rose #FFBEF4
Tints of Lavender Rose #FFBEF4
RGB
CMYK
RGB Variations
Color information
#FFBEF4 (or 0xFFBEF4) is known color: Lavender Rose. HEX triplet: FF, BE and F4. RGB value is (255,190,244). Sum of RGB (Red+Green+Blue) = 255+190+244=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 190 (74.61% from 255 or 27.58% from 689); Blue value is 244 (95.70% from 255 or 35.41% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEF4 is #00410B. Grayscale: #D7D7D7. Windows color (decimal): -16652 or 16039679. OLE color: 16039679.
HSL color Cylindrical-coordinate representation of color #FFBEF4: hue angle of 310.15º 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 #FFBEF4 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 244 | - |
| CMYK | 0 | 0.25 | 0.04 | 0 |
| HSL | 310.15º | 1% | 0.87% | - |
| HSV(B) | 310.15º | 0.25% | 1% | - |
| XYZ | 75.98 | 64.62 | 94.06 | - |
| YUV | 215.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 244 | 0 | 0.25 | 0.04 | 0 | 310.15 | 1 | 0.87 |
| Hex | FF | BE | F4 | 0 | 19 | 4 | 0 | 136 | 64 | 57 |
| Octal | 377 | 276 | 364 | 0 | 31 | 4 | 0 | 466 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11110100 | 0 | 11001 | 100 | 0 | 100110110 | 1100100 | 1010111 |
Color Harmonies of #FFBEF4
Complementary color
Monochromatic Colors of #FFBEF4
Black with #FFBEF4
Text Example
Text Example
White with #FFBEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEF4; }
p { color: rgb(255,190,244); }
H1.HeaderClassName
{
color: #FFBEF4;
}
.AnyTagClassName
{
color: #FFBEF4;
}
</style>
background-color css
<style>
a { background-color: #FFBEF4; }
a { background-color: rgb(255,190,244); }
div.DivClassName
{
background-color: #FFBEF4;
}
.BgClassName
{
background-color: #FFBEF4;
}
</style>
border-color css
<style>
span { border-color: #FFBEF4; }
span { border-color: rgb(255,190,244); }
td.TdClassName
{
border-color: #FFBEF4;
}
.TagClassName
{
border-color: #FFBEF4;
}
</style>