Shades of Lavender Rose #FFBEF8
Tints of Lavender Rose #FFBEF8
RGB
CMYK
RGB Variations
Color information
#FFBEF8 (or 0xFFBEF8) is known color: Lavender Rose. HEX triplet: FF, BE and F8. RGB value is (255,190,248). Sum of RGB (Red+Green+Blue) = 255+190+248=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 190 (74.61% from 255 or 27.42% from 693); Blue value is 248 (97.27% from 255 or 35.79% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBEF8 is #004107. Grayscale: #D7D7D7. Windows color (decimal): -16648 or 16301823. OLE color: 16301823.
HSL color Cylindrical-coordinate representation of color #FFBEF8: hue angle of 306.46º 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 #FFBEF8 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 190 | 248 | - |
| CMYK | 0 | 0.25 | 0.03 | 0 |
| HSL | 306.46º | 1% | 0.87% | - |
| HSV(B) | 306.46º | 0.25% | 1% | - |
| XYZ | 76.6 | 64.86 | 97.29 | - |
| YUV | 216.05 | 146.03 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 190 | 248 | 0 | 0.25 | 0.03 | 0 | 306.46 | 1 | 0.87 |
| Hex | FF | BE | F8 | 0 | 19 | 3 | 0 | 132 | 64 | 57 |
| Octal | 377 | 276 | 370 | 0 | 31 | 3 | 0 | 462 | 144 | 127 |
| Binary | 11111111 | 10111110 | 11111000 | 0 | 11001 | 11 | 0 | 100110010 | 1100100 | 1010111 |
Color Harmonies of #FFBEF8
Complementary color
Monochromatic Colors of #FFBEF8
Black with #FFBEF8
Text Example
Text Example
White with #FFBEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBEF8; }
p { color: rgb(255,190,248); }
H1.HeaderClassName
{
color: #FFBEF8;
}
.AnyTagClassName
{
color: #FFBEF8;
}
</style>
background-color css
<style>
a { background-color: #FFBEF8; }
a { background-color: rgb(255,190,248); }
div.DivClassName
{
background-color: #FFBEF8;
}
.BgClassName
{
background-color: #FFBEF8;
}
</style>
border-color css
<style>
span { border-color: #FFBEF8; }
span { border-color: rgb(255,190,248); }
td.TdClassName
{
border-color: #FFBEF8;
}
.TagClassName
{
border-color: #FFBEF8;
}
</style>