Shades of Lavender Rose #F99CEA
Tints of Lavender Rose #F99CEA
RGB
CMYK
RGB Variations
Color information
#F99CEA (or 0xF99CEA) is known color: Lavender Rose. HEX triplet: F9, 9C and EA. RGB value is (249,156,234). Sum of RGB (Red+Green+Blue) = 249+156+234=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 156 (61.33% from 255 or 24.41% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99CEA is #066315. Grayscale: #C0C0C0. Windows color (decimal): -418582 or 15375609. OLE color: 15375609.
HSL color Cylindrical-coordinate representation of color #F99CEA: hue angle of 309.68º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99CEA is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 234 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.02 |
| HSL | 309.68º | 0.89% | 0.79% | - |
| HSV(B) | 309.68º | 0.37% | 0.98% | - |
| XYZ | 65.81 | 49.86 | 84 | - |
| YUV | 192.7 | 151.31 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 234 | 0 | 0.37 | 0.06 | 0.02 | 309.68 | 0.89 | 0.79 |
| Hex | F9 | 9C | EA | 0 | 25 | 6 | 2 | 136 | 59 | 4F |
| Octal | 371 | 234 | 352 | 0 | 45 | 6 | 2 | 466 | 131 | 117 |
| Binary | 11111001 | 10011100 | 11101010 | 0 | 100101 | 110 | 10 | 100110110 | 1011001 | 1001111 |
Color Harmonies of #F99CEA
Complementary color
Monochromatic Colors of #F99CEA
Black with #F99CEA
Text Example
Text Example
White with #F99CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CEA; }
p { color: rgb(249,156,234); }
H1.HeaderClassName
{
color: #F99CEA;
}
.AnyTagClassName
{
color: #F99CEA;
}
</style>
background-color css
<style>
a { background-color: #F99CEA; }
a { background-color: rgb(249,156,234); }
div.DivClassName
{
background-color: #F99CEA;
}
.BgClassName
{
background-color: #F99CEA;
}
</style>
border-color css
<style>
span { border-color: #F99CEA; }
span { border-color: rgb(249,156,234); }
td.TdClassName
{
border-color: #F99CEA;
}
.TagClassName
{
border-color: #F99CEA;
}
</style>