Shades of Lavender Rose #F99EDC
Tints of Lavender Rose #F99EDC
RGB
CMYK
RGB Variations
Color information
#F99EDC (or 0xF99EDC) is known color: Lavender Rose. HEX triplet: F9, 9E and DC. RGB value is (249,158,220). Sum of RGB (Red+Green+Blue) = 249+158+220=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F99EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99EDC is #066123. Grayscale: #C0C0C0. Windows color (decimal): -418084 or 14458617. OLE color: 14458617.
HSL color Cylindrical-coordinate representation of color #F99EDC: hue angle of 319.12º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99EDC is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 220 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.02 |
| HSL | 319.12º | 0.88% | 0.8% | - |
| HSV(B) | 319.12º | 0.37% | 0.98% | - |
| XYZ | 64.21 | 49.76 | 73.93 | - |
| YUV | 192.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 220 | 0 | 0.37 | 0.12 | 0.02 | 319.12 | 0.88 | 0.8 |
| Hex | F9 | 9E | DC | 0 | 25 | C | 2 | 13F | 58 | 50 |
| Octal | 371 | 236 | 334 | 0 | 45 | 14 | 2 | 477 | 130 | 120 |
| Binary | 11111001 | 10011110 | 11011100 | 0 | 100101 | 1100 | 10 | 100111111 | 1011000 | 1010000 |
Color Harmonies of #F99EDC
Complementary color
Monochromatic Colors of #F99EDC
Black with #F99EDC
Text Example
Text Example
White with #F99EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99EDC; }
p { color: rgb(249,158,220); }
H1.HeaderClassName
{
color: #F99EDC;
}
.AnyTagClassName
{
color: #F99EDC;
}
</style>
background-color css
<style>
a { background-color: #F99EDC; }
a { background-color: rgb(249,158,220); }
div.DivClassName
{
background-color: #F99EDC;
}
.BgClassName
{
background-color: #F99EDC;
}
</style>
border-color css
<style>
span { border-color: #F99EDC; }
span { border-color: rgb(249,158,220); }
td.TdClassName
{
border-color: #F99EDC;
}
.TagClassName
{
border-color: #F99EDC;
}
</style>