Shades of Lavender Rose #F895DA
Tints of Lavender Rose #F895DA
RGB
CMYK
RGB Variations
Color information
#F895DA (or 0xF895DA) is known color: Lavender Rose. HEX triplet: F8, 95 and DA. RGB value is (248,149,218). Sum of RGB (Red+Green+Blue) = 248+149+218=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F895DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F895DA is #076A25. Grayscale: #BABABA. Windows color (decimal): -485926 or 14325240. OLE color: 14325240.
HSL color Cylindrical-coordinate representation of color #F895DA: hue angle of 318.18º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F895DA is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 218 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.03 |
| HSL | 318.18º | 0.88% | 0.78% | - |
| HSV(B) | 318.18º | 0.4% | 0.97% | - |
| XYZ | 62.11 | 46.51 | 72.03 | - |
| YUV | 186.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 218 | 0 | 0.40 | 0.12 | 0.03 | 318.18 | 0.88 | 0.78 |
| Hex | F8 | 95 | DA | 0 | 28 | C | 3 | 13E | 58 | 4E |
| Octal | 370 | 225 | 332 | 0 | 50 | 14 | 3 | 476 | 130 | 116 |
| Binary | 11111000 | 10010101 | 11011010 | 0 | 101000 | 1100 | 11 | 100111110 | 1011000 | 1001110 |
Color Harmonies of #F895DA
Complementary color
Monochromatic Colors of #F895DA
Black with #F895DA
Text Example
Text Example
White with #F895DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F895DA; }
p { color: rgb(248,149,218); }
H1.HeaderClassName
{
color: #F895DA;
}
.AnyTagClassName
{
color: #F895DA;
}
</style>
background-color css
<style>
a { background-color: #F895DA; }
a { background-color: rgb(248,149,218); }
div.DivClassName
{
background-color: #F895DA;
}
.BgClassName
{
background-color: #F895DA;
}
</style>
border-color css
<style>
span { border-color: #F895DA; }
span { border-color: rgb(248,149,218); }
td.TdClassName
{
border-color: #F895DA;
}
.TagClassName
{
border-color: #F895DA;
}
</style>