Shades of Lavender Rose #F8B9ED
Tints of Lavender Rose #F8B9ED
RGB
CMYK
RGB Variations
Color information
#F8B9ED (or 0xF8B9ED) is known color: Lavender Rose. HEX triplet: F8, B9 and ED. RGB value is (248,185,237). Sum of RGB (Red+Green+Blue) = 248+185+237=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B9ED is #074612. Grayscale: #D1D1D1. Windows color (decimal): -476691 or 15579640. OLE color: 15579640.
HSL color Cylindrical-coordinate representation of color #F8B9ED: hue angle of 310.48º 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 #F8B9ED is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 185 | 237 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.03 |
| HSL | 310.48º | 0.82% | 0.85% | - |
| HSV(B) | 310.48º | 0.25% | 0.97% | - |
| XYZ | 71.35 | 60.77 | 88.09 | - |
| YUV | 209.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 185 | 237 | 0 | 0.25 | 0.04 | 0.03 | 310.48 | 0.82 | 0.85 |
| Hex | F8 | B9 | ED | 0 | 19 | 4 | 3 | 136 | 52 | 55 |
| Octal | 370 | 271 | 355 | 0 | 31 | 4 | 3 | 466 | 122 | 125 |
| Binary | 11111000 | 10111001 | 11101101 | 0 | 11001 | 100 | 11 | 100110110 | 1010010 | 1010101 |
Color Harmonies of #F8B9ED
Complementary color
Monochromatic Colors of #F8B9ED
Black with #F8B9ED
Text Example
Text Example
White with #F8B9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B9ED; }
p { color: rgb(248,185,237); }
H1.HeaderClassName
{
color: #F8B9ED;
}
.AnyTagClassName
{
color: #F8B9ED;
}
</style>
background-color css
<style>
a { background-color: #F8B9ED; }
a { background-color: rgb(248,185,237); }
div.DivClassName
{
background-color: #F8B9ED;
}
.BgClassName
{
background-color: #F8B9ED;
}
</style>
border-color css
<style>
span { border-color: #F8B9ED; }
span { border-color: rgb(248,185,237); }
td.TdClassName
{
border-color: #F8B9ED;
}
.TagClassName
{
border-color: #F8B9ED;
}
</style>