Shades of Lavender Rose #F893D4
Tints of Lavender Rose #F893D4
RGB
CMYK
RGB Variations
Color information
#F893D4 (or 0xF893D4) is known color: Lavender Rose. HEX triplet: F8, 93 and D4. RGB value is (248,147,212). Sum of RGB (Red+Green+Blue) = 248+147+212=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F893D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893D4 is #076C2B. Grayscale: #B8B8B8. Windows color (decimal): -486444 or 13931512. OLE color: 13931512.
HSL color Cylindrical-coordinate representation of color #F893D4: hue angle of 321.39º 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 #F893D4 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 212 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.03 |
| HSL | 321.39º | 0.88% | 0.77% | - |
| HSV(B) | 321.39º | 0.41% | 0.97% | - |
| XYZ | 61.03 | 45.58 | 67.87 | - |
| YUV | 184.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 212 | 0 | 0.41 | 0.15 | 0.03 | 321.39 | 0.88 | 0.77 |
| Hex | F8 | 93 | D4 | 0 | 29 | F | 3 | 141 | 58 | 4D |
| Octal | 370 | 223 | 324 | 0 | 51 | 17 | 3 | 501 | 130 | 115 |
| Binary | 11111000 | 10010011 | 11010100 | 0 | 101001 | 1111 | 11 | 101000001 | 1011000 | 1001101 |
Color Harmonies of #F893D4
Complementary color
Monochromatic Colors of #F893D4
Black with #F893D4
Text Example
Text Example
White with #F893D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F893D4; }
p { color: rgb(248,147,212); }
H1.HeaderClassName
{
color: #F893D4;
}
.AnyTagClassName
{
color: #F893D4;
}
</style>
background-color css
<style>
a { background-color: #F893D4; }
a { background-color: rgb(248,147,212); }
div.DivClassName
{
background-color: #F893D4;
}
.BgClassName
{
background-color: #F893D4;
}
</style>
border-color css
<style>
span { border-color: #F893D4; }
span { border-color: rgb(248,147,212); }
td.TdClassName
{
border-color: #F893D4;
}
.TagClassName
{
border-color: #F893D4;
}
</style>