Shades of Lavender Rose #F8A5ED
Tints of Lavender Rose #F8A5ED
RGB
CMYK
RGB Variations
Color information
#F8A5ED (or 0xF8A5ED) is known color: Lavender Rose. HEX triplet: F8, A5 and ED. RGB value is (248,165,237). Sum of RGB (Red+Green+Blue) = 248+165+237=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 165 (64.84% from 255 or 25.38% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A5ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A5ED is #075A12. Grayscale: #C5C5C5. Windows color (decimal): -481811 or 15574520. OLE color: 15574520.
HSL color Cylindrical-coordinate representation of color #F8A5ED: hue angle of 307.95º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A5ED is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 165 | 237 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.03 |
| HSL | 307.95º | 0.86% | 0.81% | - |
| HSV(B) | 307.95º | 0.33% | 0.97% | - |
| XYZ | 67.45 | 52.98 | 86.79 | - |
| YUV | 198.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 237 | 0 | 0.33 | 0.04 | 0.03 | 307.95 | 0.86 | 0.81 |
| Hex | F8 | A5 | ED | 0 | 21 | 4 | 3 | 134 | 56 | 51 |
| Octal | 370 | 245 | 355 | 0 | 41 | 4 | 3 | 464 | 126 | 121 |
| Binary | 11111000 | 10100101 | 11101101 | 0 | 100001 | 100 | 11 | 100110100 | 1010110 | 1010001 |
Color Harmonies of #F8A5ED
Complementary color
Monochromatic Colors of #F8A5ED
Black with #F8A5ED
Text Example
Text Example
White with #F8A5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A5ED; }
p { color: rgb(248,165,237); }
H1.HeaderClassName
{
color: #F8A5ED;
}
.AnyTagClassName
{
color: #F8A5ED;
}
</style>
background-color css
<style>
a { background-color: #F8A5ED; }
a { background-color: rgb(248,165,237); }
div.DivClassName
{
background-color: #F8A5ED;
}
.BgClassName
{
background-color: #F8A5ED;
}
</style>
border-color css
<style>
span { border-color: #F8A5ED; }
span { border-color: rgb(248,165,237); }
td.TdClassName
{
border-color: #F8A5ED;
}
.TagClassName
{
border-color: #F8A5ED;
}
</style>