Shades of Lavender Rose #F8BAEF
Tints of Lavender Rose #F8BAEF
RGB
CMYK
RGB Variations
Color information
#F8BAEF (or 0xF8BAEF) is known color: Lavender Rose. HEX triplet: F8, BA and EF. RGB value is (248,186,239). Sum of RGB (Red+Green+Blue) = 248+186+239=673 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.85% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BAEF is #074510. Grayscale: #D2D2D2. Windows color (decimal): -476433 or 15710968. OLE color: 15710968.
HSL color Cylindrical-coordinate representation of color #F8BAEF: hue angle of 308.71º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BAEF is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 239 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.03 |
| HSL | 308.71º | 0.82% | 0.85% | - |
| HSV(B) | 308.71º | 0.25% | 0.97% | - |
| XYZ | 71.85 | 61.31 | 89.71 | - |
| YUV | 210.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 239 | 0 | 0.25 | 0.04 | 0.03 | 308.71 | 0.82 | 0.85 |
| Hex | F8 | BA | EF | 0 | 19 | 4 | 3 | 135 | 52 | 55 |
| Octal | 370 | 272 | 357 | 0 | 31 | 4 | 3 | 465 | 122 | 125 |
| Binary | 11111000 | 10111010 | 11101111 | 0 | 11001 | 100 | 11 | 100110101 | 1010010 | 1010101 |
Color Harmonies of #F8BAEF
Complementary color
Monochromatic Colors of #F8BAEF
Black with #F8BAEF
Text Example
Text Example
White with #F8BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BAEF; }
p { color: rgb(248,186,239); }
H1.HeaderClassName
{
color: #F8BAEF;
}
.AnyTagClassName
{
color: #F8BAEF;
}
</style>
background-color css
<style>
a { background-color: #F8BAEF; }
a { background-color: rgb(248,186,239); }
div.DivClassName
{
background-color: #F8BAEF;
}
.BgClassName
{
background-color: #F8BAEF;
}
</style>
border-color css
<style>
span { border-color: #F8BAEF; }
span { border-color: rgb(248,186,239); }
td.TdClassName
{
border-color: #F8BAEF;
}
.TagClassName
{
border-color: #F8BAEF;
}
</style>