Shades of Lavender Rose #F8B9EA
Tints of Lavender Rose #F8B9EA
RGB
CMYK
RGB Variations
Color information
#F8B9EA (or 0xF8B9EA) is known color: Lavender Rose. HEX triplet: F8, B9 and EA. RGB value is (248,185,234). Sum of RGB (Red+Green+Blue) = 248+185+234=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 185 (72.66% from 255 or 27.74% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B9EA is #074615. Grayscale: #D1D1D1. Windows color (decimal): -476694 or 15383032. OLE color: 15383032.
HSL color Cylindrical-coordinate representation of color #F8B9EA: hue angle of 313.33º 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 #F8B9EA is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 185 | 234 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.03 |
| HSL | 313.33º | 0.82% | 0.85% | - |
| HSV(B) | 313.33º | 0.25% | 0.97% | - |
| XYZ | 70.91 | 60.59 | 85.8 | - |
| YUV | 209.42 | 141.87 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 185 | 234 | 0 | 0.25 | 0.06 | 0.03 | 313.33 | 0.82 | 0.85 |
| Hex | F8 | B9 | EA | 0 | 19 | 6 | 3 | 139 | 52 | 55 |
| Octal | 370 | 271 | 352 | 0 | 31 | 6 | 3 | 471 | 122 | 125 |
| Binary | 11111000 | 10111001 | 11101010 | 0 | 11001 | 110 | 11 | 100111001 | 1010010 | 1010101 |
Color Harmonies of #F8B9EA
Complementary color
Monochromatic Colors of #F8B9EA
Black with #F8B9EA
Text Example
Text Example
White with #F8B9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B9EA; }
p { color: rgb(248,185,234); }
H1.HeaderClassName
{
color: #F8B9EA;
}
.AnyTagClassName
{
color: #F8B9EA;
}
</style>
background-color css
<style>
a { background-color: #F8B9EA; }
a { background-color: rgb(248,185,234); }
div.DivClassName
{
background-color: #F8B9EA;
}
.BgClassName
{
background-color: #F8B9EA;
}
</style>
border-color css
<style>
span { border-color: #F8B9EA; }
span { border-color: rgb(248,185,234); }
td.TdClassName
{
border-color: #F8B9EA;
}
.TagClassName
{
border-color: #F8B9EA;
}
</style>