Shades of Lavender Rose #F995D4
Tints of Lavender Rose #F995D4
RGB
CMYK
RGB Variations
Color information
#F995D4 (or 0xF995D4) is known color: Lavender Rose. HEX triplet: F9, 95 and D4. RGB value is (249,149,212). Sum of RGB (Red+Green+Blue) = 249+149+212=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 149 (58.59% from 255 or 24.43% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F995D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F995D4 is #066A2B. Grayscale: #B9B9B9. Windows color (decimal): -420396 or 13932025. OLE color: 13932025.
HSL color Cylindrical-coordinate representation of color #F995D4: hue angle of 322.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995D4 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 212 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.02 |
| HSL | 322.2º | 0.89% | 0.78% | - |
| HSV(B) | 322.2º | 0.4% | 0.98% | - |
| XYZ | 61.7 | 46.39 | 67.99 | - |
| YUV | 186.08 | 142.63 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 212 | 0 | 0.40 | 0.15 | 0.02 | 322.2 | 0.89 | 0.78 |
| Hex | F9 | 95 | D4 | 0 | 28 | F | 2 | 142 | 59 | 4E |
| Octal | 371 | 225 | 324 | 0 | 50 | 17 | 2 | 502 | 131 | 116 |
| Binary | 11111001 | 10010101 | 11010100 | 0 | 101000 | 1111 | 10 | 101000010 | 1011001 | 1001110 |
Color Harmonies of #F995D4
Complementary color
Monochromatic Colors of #F995D4
Black with #F995D4
Text Example
Text Example
White with #F995D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F995D4; }
p { color: rgb(249,149,212); }
H1.HeaderClassName
{
color: #F995D4;
}
.AnyTagClassName
{
color: #F995D4;
}
</style>
background-color css
<style>
a { background-color: #F995D4; }
a { background-color: rgb(249,149,212); }
div.DivClassName
{
background-color: #F995D4;
}
.BgClassName
{
background-color: #F995D4;
}
</style>
border-color css
<style>
span { border-color: #F995D4; }
span { border-color: rgb(249,149,212); }
td.TdClassName
{
border-color: #F995D4;
}
.TagClassName
{
border-color: #F995D4;
}
</style>