Shades of Lavender Rose #F99AD4
Tints of Lavender Rose #F99AD4
RGB
CMYK
RGB Variations
Color information
#F99AD4 (or 0xF99AD4) is known color: Lavender Rose. HEX triplet: F9, 9A and D4. RGB value is (249,154,212). Sum of RGB (Red+Green+Blue) = 249+154+212=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99AD4 is #06652B. Grayscale: #BCBCBC. Windows color (decimal): -419116 or 13933305. OLE color: 13933305.
HSL color Cylindrical-coordinate representation of color #F99AD4: hue angle of 323.37º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99AD4 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 212 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.02 |
| HSL | 323.37º | 0.89% | 0.79% | - |
| HSV(B) | 323.37º | 0.38% | 0.98% | - |
| XYZ | 62.51 | 48 | 68.26 | - |
| YUV | 189.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 212 | 0 | 0.38 | 0.15 | 0.02 | 323.37 | 0.89 | 0.79 |
| Hex | F9 | 9A | D4 | 0 | 26 | F | 2 | 143 | 59 | 4F |
| Octal | 371 | 232 | 324 | 0 | 46 | 17 | 2 | 503 | 131 | 117 |
| Binary | 11111001 | 10011010 | 11010100 | 0 | 100110 | 1111 | 10 | 101000011 | 1011001 | 1001111 |
Color Harmonies of #F99AD4
Complementary color
Monochromatic Colors of #F99AD4
Black with #F99AD4
Text Example
Text Example
White with #F99AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99AD4; }
p { color: rgb(249,154,212); }
H1.HeaderClassName
{
color: #F99AD4;
}
.AnyTagClassName
{
color: #F99AD4;
}
</style>
background-color css
<style>
a { background-color: #F99AD4; }
a { background-color: rgb(249,154,212); }
div.DivClassName
{
background-color: #F99AD4;
}
.BgClassName
{
background-color: #F99AD4;
}
</style>
border-color css
<style>
span { border-color: #F99AD4; }
span { border-color: rgb(249,154,212); }
td.TdClassName
{
border-color: #F99AD4;
}
.TagClassName
{
border-color: #F99AD4;
}
</style>