Shades of Lavender Rose #F8B5E1
Tints of Lavender Rose #F8B5E1
RGB
CMYK
RGB Variations
Color information
#F8B5E1 (or 0xF8B5E1) is known color: Lavender Rose. HEX triplet: F8, B5 and E1. RGB value is (248,181,225). Sum of RGB (Red+Green+Blue) = 248+181+225=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B5E1 is #074A1E. Grayscale: #CDCDCD. Windows color (decimal): -477727 or 14792184. OLE color: 14792184.
HSL color Cylindrical-coordinate representation of color #F8B5E1: hue angle of 320.6º 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 #F8B5E1 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 181 | 225 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.03 |
| HSL | 320.6º | 0.83% | 0.84% | - |
| HSV(B) | 320.6º | 0.27% | 0.97% | - |
| XYZ | 68.83 | 58.44 | 78.89 | - |
| YUV | 206.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 181 | 225 | 0 | 0.27 | 0.09 | 0.03 | 320.6 | 0.83 | 0.84 |
| Hex | F8 | B5 | E1 | 0 | 1B | 9 | 3 | 141 | 53 | 54 |
| Octal | 370 | 265 | 341 | 0 | 33 | 11 | 3 | 501 | 123 | 124 |
| Binary | 11111000 | 10110101 | 11100001 | 0 | 11011 | 1001 | 11 | 101000001 | 1010011 | 1010100 |
Color Harmonies of #F8B5E1
Complementary color
Monochromatic Colors of #F8B5E1
Black with #F8B5E1
Text Example
Text Example
White with #F8B5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B5E1; }
p { color: rgb(248,181,225); }
H1.HeaderClassName
{
color: #F8B5E1;
}
.AnyTagClassName
{
color: #F8B5E1;
}
</style>
background-color css
<style>
a { background-color: #F8B5E1; }
a { background-color: rgb(248,181,225); }
div.DivClassName
{
background-color: #F8B5E1;
}
.BgClassName
{
background-color: #F8B5E1;
}
</style>
border-color css
<style>
span { border-color: #F8B5E1; }
span { border-color: rgb(248,181,225); }
td.TdClassName
{
border-color: #F8B5E1;
}
.TagClassName
{
border-color: #F8B5E1;
}
</style>