Shades of Lavender Rose #F99CDA
Tints of Lavender Rose #F99CDA
RGB
CMYK
RGB Variations
Color information
#F99CDA (or 0xF99CDA) is known color: Lavender Rose. HEX triplet: F9, 9C and DA. RGB value is (249,156,218). Sum of RGB (Red+Green+Blue) = 249+156+218=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 156 (61.33% from 255 or 25.04% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99CDA is #066325. Grayscale: #BEBEBE. Windows color (decimal): -418598 or 14327033. OLE color: 14327033.
HSL color Cylindrical-coordinate representation of color #F99CDA: hue angle of 320º 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 #F99CDA is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 218 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.02 |
| HSL | 320º | 0.89% | 0.79% | - |
| HSV(B) | 320º | 0.37% | 0.98% | - |
| XYZ | 63.61 | 48.98 | 72.43 | - |
| YUV | 190.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 218 | 0 | 0.37 | 0.12 | 0.02 | 320 | 0.89 | 0.79 |
| Hex | F9 | 9C | DA | 0 | 25 | C | 2 | 140 | 59 | 4F |
| Octal | 371 | 234 | 332 | 0 | 45 | 14 | 2 | 500 | 131 | 117 |
| Binary | 11111001 | 10011100 | 11011010 | 0 | 100101 | 1100 | 10 | 101000000 | 1011001 | 1001111 |
Color Harmonies of #F99CDA
Complementary color
Monochromatic Colors of #F99CDA
Black with #F99CDA
Text Example
Text Example
White with #F99CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CDA; }
p { color: rgb(249,156,218); }
H1.HeaderClassName
{
color: #F99CDA;
}
.AnyTagClassName
{
color: #F99CDA;
}
</style>
background-color css
<style>
a { background-color: #F99CDA; }
a { background-color: rgb(249,156,218); }
div.DivClassName
{
background-color: #F99CDA;
}
.BgClassName
{
background-color: #F99CDA;
}
</style>
border-color css
<style>
span { border-color: #F99CDA; }
span { border-color: rgb(249,156,218); }
td.TdClassName
{
border-color: #F99CDA;
}
.TagClassName
{
border-color: #F99CDA;
}
</style>