Shades of Lavender Rose #F899DC
Tints of Lavender Rose #F899DC
RGB
CMYK
RGB Variations
Color information
#F899DC (or 0xF899DC) is known color: Lavender Rose. HEX triplet: F8, 99 and DC. RGB value is (248,153,220). Sum of RGB (Red+Green+Blue) = 248+153+220=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 153 (60.16% from 255 or 24.64% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F899DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F899DC is #076623. Grayscale: #BCBCBC. Windows color (decimal): -484900 or 14457336. OLE color: 14457336.
HSL color Cylindrical-coordinate representation of color #F899DC: hue angle of 317.68º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F899DC is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 220 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.03 |
| HSL | 317.68º | 0.87% | 0.79% | - |
| HSV(B) | 317.68º | 0.38% | 0.97% | - |
| XYZ | 63.02 | 47.91 | 73.64 | - |
| YUV | 189.04 | 145.47 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 220 | 0 | 0.38 | 0.11 | 0.03 | 317.68 | 0.87 | 0.79 |
| Hex | F8 | 99 | DC | 0 | 26 | B | 3 | 13E | 57 | 4F |
| Octal | 370 | 231 | 334 | 0 | 46 | 13 | 3 | 476 | 127 | 117 |
| Binary | 11111000 | 10011001 | 11011100 | 0 | 100110 | 1011 | 11 | 100111110 | 1010111 | 1001111 |
Color Harmonies of #F899DC
Complementary color
Monochromatic Colors of #F899DC
Black with #F899DC
Text Example
Text Example
White with #F899DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899DC; }
p { color: rgb(248,153,220); }
H1.HeaderClassName
{
color: #F899DC;
}
.AnyTagClassName
{
color: #F899DC;
}
</style>
background-color css
<style>
a { background-color: #F899DC; }
a { background-color: rgb(248,153,220); }
div.DivClassName
{
background-color: #F899DC;
}
.BgClassName
{
background-color: #F899DC;
}
</style>
border-color css
<style>
span { border-color: #F899DC; }
span { border-color: rgb(248,153,220); }
td.TdClassName
{
border-color: #F899DC;
}
.TagClassName
{
border-color: #F899DC;
}
</style>