Shades of Lavender Rose #F8A9ED
Tints of Lavender Rose #F8A9ED
RGB
CMYK
RGB Variations
Color information
#F8A9ED (or 0xF8A9ED) is known color: Lavender Rose. HEX triplet: F8, A9 and ED. RGB value is (248,169,237). Sum of RGB (Red+Green+Blue) = 248+169+237=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 169 (66.41% from 255 or 25.84% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A9ED is #075612. Grayscale: #C8C8C8. Windows color (decimal): -480787 or 15575544. OLE color: 15575544.
HSL color Cylindrical-coordinate representation of color #F8A9ED: hue angle of 308.35º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A9ED is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 237 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.03 |
| HSL | 308.35º | 0.85% | 0.82% | - |
| HSV(B) | 308.35º | 0.32% | 0.97% | - |
| XYZ | 68.19 | 54.45 | 87.04 | - |
| YUV | 200.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 237 | 0 | 0.32 | 0.04 | 0.03 | 308.35 | 0.85 | 0.82 |
| Hex | F8 | A9 | ED | 0 | 20 | 4 | 3 | 134 | 55 | 52 |
| Octal | 370 | 251 | 355 | 0 | 40 | 4 | 3 | 464 | 125 | 122 |
| Binary | 11111000 | 10101001 | 11101101 | 0 | 100000 | 100 | 11 | 100110100 | 1010101 | 1010010 |
Color Harmonies of #F8A9ED
Complementary color
Monochromatic Colors of #F8A9ED
Black with #F8A9ED
Text Example
Text Example
White with #F8A9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A9ED; }
p { color: rgb(248,169,237); }
H1.HeaderClassName
{
color: #F8A9ED;
}
.AnyTagClassName
{
color: #F8A9ED;
}
</style>
background-color css
<style>
a { background-color: #F8A9ED; }
a { background-color: rgb(248,169,237); }
div.DivClassName
{
background-color: #F8A9ED;
}
.BgClassName
{
background-color: #F8A9ED;
}
</style>
border-color css
<style>
span { border-color: #F8A9ED; }
span { border-color: rgb(248,169,237); }
td.TdClassName
{
border-color: #F8A9ED;
}
.TagClassName
{
border-color: #F8A9ED;
}
</style>