Shades of Lavender Rose #F8A5FD
Tints of Lavender Rose #F8A5FD
RGB
CMYK
RGB Variations
Color information
#F8A5FD (or 0xF8A5FD) is known color: Lavender Rose. HEX triplet: F8, A5 and FD. RGB value is (248,165,253). Sum of RGB (Red+Green+Blue) = 248+165+253=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 165 (64.84% from 255 or 24.77% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8A5FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A5FD is #075A02. Grayscale: #C7C7C7. Windows color (decimal): -481795 or 16623096. OLE color: 16623096.
HSL color Cylindrical-coordinate representation of color #F8A5FD: hue angle of 296.59º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8A5FD is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 165 | 253 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.01 |
| HSL | 296.59º | 0.96% | 0.82% | - |
| HSV(B) | 296.59º | 0.35% | 0.99% | - |
| XYZ | 69.9 | 53.96 | 99.66 | - |
| YUV | 199.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 253 | 0.02 | 0.35 | 0 | 0.01 | 296.59 | 0.96 | 0.82 |
| Hex | F8 | A5 | FD | 2 | 23 | 0 | 1 | 129 | 60 | 52 |
| Octal | 370 | 245 | 375 | 2 | 43 | 0 | 1 | 451 | 140 | 122 |
| Binary | 11111000 | 10100101 | 11111101 | 10 | 100011 | 0 | 1 | 100101001 | 1100000 | 1010010 |
Color Harmonies of #F8A5FD
Complementary color
Monochromatic Colors of #F8A5FD
Black with #F8A5FD
Text Example
Text Example
White with #F8A5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A5FD; }
p { color: rgb(248,165,253); }
H1.HeaderClassName
{
color: #F8A5FD;
}
.AnyTagClassName
{
color: #F8A5FD;
}
</style>
background-color css
<style>
a { background-color: #F8A5FD; }
a { background-color: rgb(248,165,253); }
div.DivClassName
{
background-color: #F8A5FD;
}
.BgClassName
{
background-color: #F8A5FD;
}
</style>
border-color css
<style>
span { border-color: #F8A5FD; }
span { border-color: rgb(248,165,253); }
td.TdClassName
{
border-color: #F8A5FD;
}
.TagClassName
{
border-color: #F8A5FD;
}
</style>