Shades of Lavender Rose #F9ACE6
Tints of Lavender Rose #F9ACE6
RGB
CMYK
RGB Variations
Color information
#F9ACE6 (or 0xF9ACE6) is known color: Lavender Rose. HEX triplet: F9, AC and E6. RGB value is (249,172,230). Sum of RGB (Red+Green+Blue) = 249+172+230=651 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.25% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ACE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9ACE6 is #065319. Grayscale: #C9C9C9. Windows color (decimal): -414490 or 15117561. OLE color: 15117561.
HSL color Cylindrical-coordinate representation of color #F9ACE6: hue angle of 314.81º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ACE6 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 172 | 230 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.02 |
| HSL | 314.81º | 0.87% | 0.83% | - |
| HSV(B) | 314.81º | 0.31% | 0.98% | - |
| XYZ | 68.1 | 55.36 | 81.96 | - |
| YUV | 201.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 172 | 230 | 0 | 0.31 | 0.08 | 0.02 | 314.81 | 0.87 | 0.83 |
| Hex | F9 | AC | E6 | 0 | 1F | 8 | 2 | 13B | 57 | 53 |
| Octal | 371 | 254 | 346 | 0 | 37 | 10 | 2 | 473 | 127 | 123 |
| Binary | 11111001 | 10101100 | 11100110 | 0 | 11111 | 1000 | 10 | 100111011 | 1010111 | 1010011 |
Color Harmonies of #F9ACE6
Complementary color
Monochromatic Colors of #F9ACE6
Black with #F9ACE6
Text Example
Text Example
White with #F9ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ACE6; }
p { color: rgb(249,172,230); }
H1.HeaderClassName
{
color: #F9ACE6;
}
.AnyTagClassName
{
color: #F9ACE6;
}
</style>
background-color css
<style>
a { background-color: #F9ACE6; }
a { background-color: rgb(249,172,230); }
div.DivClassName
{
background-color: #F9ACE6;
}
.BgClassName
{
background-color: #F9ACE6;
}
</style>
border-color css
<style>
span { border-color: #F9ACE6; }
span { border-color: rgb(249,172,230); }
td.TdClassName
{
border-color: #F9ACE6;
}
.TagClassName
{
border-color: #F9ACE6;
}
</style>