Shades of Lavender Rose #F893D5
Tints of Lavender Rose #F893D5
RGB
CMYK
RGB Variations
Color information
#F893D5 (or 0xF893D5) is known color: Lavender Rose. HEX triplet: F8, 93 and D5. RGB value is (248,147,213). Sum of RGB (Red+Green+Blue) = 248+147+213=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F893D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893D5 is #076C2A. Grayscale: #B8B8B8. Windows color (decimal): -486443 or 13997048. OLE color: 13997048.
HSL color Cylindrical-coordinate representation of color #F893D5: hue angle of 320.79º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F893D5 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 213 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.03 |
| HSL | 320.79º | 0.88% | 0.77% | - |
| HSV(B) | 320.79º | 0.41% | 0.97% | - |
| XYZ | 61.16 | 45.63 | 68.53 | - |
| YUV | 184.72 | 143.96 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 213 | 0 | 0.41 | 0.14 | 0.03 | 320.79 | 0.88 | 0.77 |
| Hex | F8 | 93 | D5 | 0 | 29 | E | 3 | 141 | 58 | 4D |
| Octal | 370 | 223 | 325 | 0 | 51 | 16 | 3 | 501 | 130 | 115 |
| Binary | 11111000 | 10010011 | 11010101 | 0 | 101001 | 1110 | 11 | 101000001 | 1011000 | 1001101 |
Color Harmonies of #F893D5
Complementary color
Monochromatic Colors of #F893D5
Black with #F893D5
Text Example
Text Example
White with #F893D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F893D5; }
p { color: rgb(248,147,213); }
H1.HeaderClassName
{
color: #F893D5;
}
.AnyTagClassName
{
color: #F893D5;
}
</style>
background-color css
<style>
a { background-color: #F893D5; }
a { background-color: rgb(248,147,213); }
div.DivClassName
{
background-color: #F893D5;
}
.BgClassName
{
background-color: #F893D5;
}
</style>
border-color css
<style>
span { border-color: #F893D5; }
span { border-color: rgb(248,147,213); }
td.TdClassName
{
border-color: #F893D5;
}
.TagClassName
{
border-color: #F893D5;
}
</style>