Shades of Lavender Rose #F8B5ED
Tints of Lavender Rose #F8B5ED
RGB
CMYK
RGB Variations
Color information
#F8B5ED (or 0xF8B5ED) is known color: Lavender Rose. HEX triplet: F8, B5 and ED. RGB value is (248,181,237). Sum of RGB (Red+Green+Blue) = 248+181+237=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 181 (71.09% from 255 or 27.18% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B5ED is #074A12. Grayscale: #CFCFCF. Windows color (decimal): -477715 or 15578616. OLE color: 15578616.
HSL color Cylindrical-coordinate representation of color #F8B5ED: hue angle of 309.85º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B5ED is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 181 | 237 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.03 |
| HSL | 309.85º | 0.83% | 0.84% | - |
| HSV(B) | 309.85º | 0.27% | 0.97% | - |
| XYZ | 70.52 | 59.12 | 87.81 | - |
| YUV | 207.42 | 144.7 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 181 | 237 | 0 | 0.27 | 0.04 | 0.03 | 309.85 | 0.83 | 0.84 |
| Hex | F8 | B5 | ED | 0 | 1B | 4 | 3 | 136 | 53 | 54 |
| Octal | 370 | 265 | 355 | 0 | 33 | 4 | 3 | 466 | 123 | 124 |
| Binary | 11111000 | 10110101 | 11101101 | 0 | 11011 | 100 | 11 | 100110110 | 1010011 | 1010100 |
Color Harmonies of #F8B5ED
Complementary color
Monochromatic Colors of #F8B5ED
Black with #F8B5ED
Text Example
Text Example
White with #F8B5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B5ED; }
p { color: rgb(248,181,237); }
H1.HeaderClassName
{
color: #F8B5ED;
}
.AnyTagClassName
{
color: #F8B5ED;
}
</style>
background-color css
<style>
a { background-color: #F8B5ED; }
a { background-color: rgb(248,181,237); }
div.DivClassName
{
background-color: #F8B5ED;
}
.BgClassName
{
background-color: #F8B5ED;
}
</style>
border-color css
<style>
span { border-color: #F8B5ED; }
span { border-color: rgb(248,181,237); }
td.TdClassName
{
border-color: #F8B5ED;
}
.TagClassName
{
border-color: #F8B5ED;
}
</style>