Shades of Lavender Rose #F893D3
Tints of Lavender Rose #F893D3
RGB
CMYK
RGB Variations
Color information
#F893D3 (or 0xF893D3) is known color: Lavender Rose. HEX triplet: F8, 93 and D3. RGB value is (248,147,211). Sum of RGB (Red+Green+Blue) = 248+147+211=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F893D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F893D3 is #076C2C. Grayscale: #B8B8B8. Windows color (decimal): -486445 or 13865976. OLE color: 13865976.
HSL color Cylindrical-coordinate representation of color #F893D3: hue angle of 321.98º 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 #F893D3 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 147 | 211 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.03 |
| HSL | 321.98º | 0.88% | 0.77% | - |
| HSV(B) | 321.98º | 0.41% | 0.97% | - |
| XYZ | 60.9 | 45.53 | 67.21 | - |
| YUV | 184.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 147 | 211 | 0 | 0.41 | 0.15 | 0.03 | 321.98 | 0.88 | 0.77 |
| Hex | F8 | 93 | D3 | 0 | 29 | F | 3 | 142 | 58 | 4D |
| Octal | 370 | 223 | 323 | 0 | 51 | 17 | 3 | 502 | 130 | 115 |
| Binary | 11111000 | 10010011 | 11010011 | 0 | 101001 | 1111 | 11 | 101000010 | 1011000 | 1001101 |
Color Harmonies of #F893D3
Complementary color
Monochromatic Colors of #F893D3
Black with #F893D3
Text Example
Text Example
White with #F893D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F893D3; }
p { color: rgb(248,147,211); }
H1.HeaderClassName
{
color: #F893D3;
}
.AnyTagClassName
{
color: #F893D3;
}
</style>
background-color css
<style>
a { background-color: #F893D3; }
a { background-color: rgb(248,147,211); }
div.DivClassName
{
background-color: #F893D3;
}
.BgClassName
{
background-color: #F893D3;
}
</style>
border-color css
<style>
span { border-color: #F893D3; }
span { border-color: rgb(248,147,211); }
td.TdClassName
{
border-color: #F893D3;
}
.TagClassName
{
border-color: #F893D3;
}
</style>