Shades of Lavender Rose #F9A7DC
Tints of Lavender Rose #F9A7DC
RGB
CMYK
RGB Variations
Color information
#F9A7DC (or 0xF9A7DC) is known color: Lavender Rose. HEX triplet: F9, A7 and DC. RGB value is (249,167,220). Sum of RGB (Red+Green+Blue) = 249+167+220=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 167 (65.62% from 255 or 26.26% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A7DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A7DC is #065823. Grayscale: #C5C5C5. Windows color (decimal): -415780 or 14460921. OLE color: 14460921.
HSL color Cylindrical-coordinate representation of color #F9A7DC: hue angle of 321.22º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9A7DC is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 167 | 220 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.02 |
| HSL | 321.22º | 0.87% | 0.82% | - |
| HSV(B) | 321.22º | 0.33% | 0.98% | - |
| XYZ | 65.8 | 52.94 | 74.46 | - |
| YUV | 197.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 167 | 220 | 0 | 0.33 | 0.12 | 0.02 | 321.22 | 0.87 | 0.82 |
| Hex | F9 | A7 | DC | 0 | 21 | C | 2 | 141 | 57 | 52 |
| Octal | 371 | 247 | 334 | 0 | 41 | 14 | 2 | 501 | 127 | 122 |
| Binary | 11111001 | 10100111 | 11011100 | 0 | 100001 | 1100 | 10 | 101000001 | 1010111 | 1010010 |
Color Harmonies of #F9A7DC
Complementary color
Monochromatic Colors of #F9A7DC
Black with #F9A7DC
Text Example
Text Example
White with #F9A7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A7DC; }
p { color: rgb(249,167,220); }
H1.HeaderClassName
{
color: #F9A7DC;
}
.AnyTagClassName
{
color: #F9A7DC;
}
</style>
background-color css
<style>
a { background-color: #F9A7DC; }
a { background-color: rgb(249,167,220); }
div.DivClassName
{
background-color: #F9A7DC;
}
.BgClassName
{
background-color: #F9A7DC;
}
</style>
border-color css
<style>
span { border-color: #F9A7DC; }
span { border-color: rgb(249,167,220); }
td.TdClassName
{
border-color: #F9A7DC;
}
.TagClassName
{
border-color: #F9A7DC;
}
</style>