Shades of Lavender Rose #F8BFEB
Tints of Lavender Rose #F8BFEB
RGB
CMYK
RGB Variations
Color information
#F8BFEB (or 0xF8BFEB) is known color: Lavender Rose. HEX triplet: F8, BF and EB. RGB value is (248,191,235). Sum of RGB (Red+Green+Blue) = 248+191+235=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 191 (75% from 255 or 28.34% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BFEB is #074014. Grayscale: #D4D4D4. Windows color (decimal): -475157 or 15450104. OLE color: 15450104.
HSL color Cylindrical-coordinate representation of color #F8BFEB: hue angle of 313.68º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F8BFEB is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 235 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.03 |
| HSL | 313.68º | 0.8% | 0.86% | - |
| HSV(B) | 313.68º | 0.23% | 0.97% | - |
| XYZ | 72.34 | 63.22 | 86.99 | - |
| YUV | 213.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 235 | 0 | 0.23 | 0.05 | 0.03 | 313.68 | 0.8 | 0.86 |
| Hex | F8 | BF | EB | 0 | 17 | 5 | 3 | 13A | 50 | 56 |
| Octal | 370 | 277 | 353 | 0 | 27 | 5 | 3 | 472 | 120 | 126 |
| Binary | 11111000 | 10111111 | 11101011 | 0 | 10111 | 101 | 11 | 100111010 | 1010000 | 1010110 |
Color Harmonies of #F8BFEB
Complementary color
Monochromatic Colors of #F8BFEB
Black with #F8BFEB
Text Example
Text Example
White with #F8BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BFEB; }
p { color: rgb(248,191,235); }
H1.HeaderClassName
{
color: #F8BFEB;
}
.AnyTagClassName
{
color: #F8BFEB;
}
</style>
background-color css
<style>
a { background-color: #F8BFEB; }
a { background-color: rgb(248,191,235); }
div.DivClassName
{
background-color: #F8BFEB;
}
.BgClassName
{
background-color: #F8BFEB;
}
</style>
border-color css
<style>
span { border-color: #F8BFEB; }
span { border-color: rgb(248,191,235); }
td.TdClassName
{
border-color: #F8BFEB;
}
.TagClassName
{
border-color: #F8BFEB;
}
</style>