Shades of Lavender Rose #FFBEF5
Tints of Lavender Rose #FFBEF5
RGB
CMYK
RGB Variations
Color information
#FFBEF5 (or 0xFFBEF5) is known color: Lavender Rose. HEX triplet: FF, BE and F5. RGB value is (255,190,245). Sum of RGB (Red+Green+Blue) = 255+190+245=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 190 (74.61% from 255 or 27.54% from 690); Blue value is 245 (96.09% from 255 or 35.51% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEF5 is #00410A. Grayscale: #D7D7D7. Windows color (decimal): -16651 or 16105215. OLE color: 16105215.
HSL color Cylindrical-coordinate representation of color #FFBEF5: hue angle of 309.23º 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 #FFBEF5 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 245 | - |
| CMYK | 0 | 0.25 | 0.04 | 0 |
| HSL | 309.23º | 1% | 0.87% | - |
| HSV(B) | 309.23º | 0.25% | 1% | - |
| XYZ | 76.13 | 64.68 | 94.86 | - |
| YUV | 215.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 245 | 0 | 0.25 | 0.04 | 0 | 309.23 | 1 | 0.87 |
| Hex | FF | BE | F5 | 0 | 19 | 4 | 0 | 135 | 64 | 57 |
| Octal | 377 | 276 | 365 | 0 | 31 | 4 | 0 | 465 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11110101 | 0 | 11001 | 100 | 0 | 100110101 | 1100100 | 1010111 |
Color Harmonies of #FFBEF5
Complementary color
Monochromatic Colors of #FFBEF5
Black with #FFBEF5
Text Example
Text Example
White with #FFBEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEF5; }
p { color: rgb(255,190,245); }
H1.HeaderClassName
{
color: #FFBEF5;
}
.AnyTagClassName
{
color: #FFBEF5;
}
</style>
background-color css
<style>
a { background-color: #FFBEF5; }
a { background-color: rgb(255,190,245); }
div.DivClassName
{
background-color: #FFBEF5;
}
.BgClassName
{
background-color: #FFBEF5;
}
</style>
border-color css
<style>
span { border-color: #FFBEF5; }
span { border-color: rgb(255,190,245); }
td.TdClassName
{
border-color: #FFBEF5;
}
.TagClassName
{
border-color: #FFBEF5;
}
</style>