Shades of Lavender Rose #F8A5DE
Tints of Lavender Rose #F8A5DE
RGB
CMYK
RGB Variations
Color information
#F8A5DE (or 0xF8A5DE) is known color: Lavender Rose. HEX triplet: F8, A5 and DE. RGB value is (248,165,222). Sum of RGB (Red+Green+Blue) = 248+165+222=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 165 (64.84% from 255 or 25.98% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A5DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A5DE is #075A21. Grayscale: #C4C4C4. Windows color (decimal): -481826 or 14591480. OLE color: 14591480.
HSL color Cylindrical-coordinate representation of color #F8A5DE: hue angle of 318.8º 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 #F8A5DE is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 165 | 222 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.03 |
| HSL | 318.8º | 0.86% | 0.81% | - |
| HSV(B) | 318.8º | 0.33% | 0.97% | - |
| XYZ | 65.35 | 52.14 | 75.73 | - |
| YUV | 196.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 222 | 0 | 0.33 | 0.10 | 0.03 | 318.8 | 0.86 | 0.81 |
| Hex | F8 | A5 | DE | 0 | 21 | A | 3 | 13F | 56 | 51 |
| Octal | 370 | 245 | 336 | 0 | 41 | 12 | 3 | 477 | 126 | 121 |
| Binary | 11111000 | 10100101 | 11011110 | 0 | 100001 | 1010 | 11 | 100111111 | 1010110 | 1010001 |
Color Harmonies of #F8A5DE
Complementary color
Monochromatic Colors of #F8A5DE
Black with #F8A5DE
Text Example
Text Example
White with #F8A5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A5DE; }
p { color: rgb(248,165,222); }
H1.HeaderClassName
{
color: #F8A5DE;
}
.AnyTagClassName
{
color: #F8A5DE;
}
</style>
background-color css
<style>
a { background-color: #F8A5DE; }
a { background-color: rgb(248,165,222); }
div.DivClassName
{
background-color: #F8A5DE;
}
.BgClassName
{
background-color: #F8A5DE;
}
</style>
border-color css
<style>
span { border-color: #F8A5DE; }
span { border-color: rgb(248,165,222); }
td.TdClassName
{
border-color: #F8A5DE;
}
.TagClassName
{
border-color: #F8A5DE;
}
</style>