Shades of Lavender Rose #F9A8F3
Tints of Lavender Rose #F9A8F3
RGB
CMYK
RGB Variations
Color information
#F9A8F3 (or 0xF9A8F3) is known color: Lavender Rose. HEX triplet: F9, A8 and F3. RGB value is (249,168,243). Sum of RGB (Red+Green+Blue) = 249+168+243=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 168 (66.02% from 255 or 25.45% from 660); Blue value is 243 (95.31% from 255 or 36.82% from 660); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A8F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9A8F3 is #06570C. Grayscale: #C8C8C8. Windows color (decimal): -415501 or 15968505. OLE color: 15968505.
HSL color Cylindrical-coordinate representation of color #F9A8F3: hue angle of 304.44º 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 #F9A8F3 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 243 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.02 |
| HSL | 304.44º | 0.87% | 0.82% | - |
| HSV(B) | 304.44º | 0.33% | 0.98% | - |
| XYZ | 69.25 | 54.62 | 91.69 | - |
| YUV | 200.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 243 | 0 | 0.33 | 0.02 | 0.02 | 304.44 | 0.87 | 0.82 |
| Hex | F9 | A8 | F3 | 0 | 21 | 2 | 2 | 130 | 57 | 52 |
| Octal | 371 | 250 | 363 | 0 | 41 | 2 | 2 | 460 | 127 | 122 |
| Binary | 11111001 | 10101000 | 11110011 | 0 | 100001 | 10 | 10 | 100110000 | 1010111 | 1010010 |
Color Harmonies of #F9A8F3
Complementary color
Monochromatic Colors of #F9A8F3
Black with #F9A8F3
Text Example
Text Example
White with #F9A8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A8F3; }
p { color: rgb(249,168,243); }
H1.HeaderClassName
{
color: #F9A8F3;
}
.AnyTagClassName
{
color: #F9A8F3;
}
</style>
background-color css
<style>
a { background-color: #F9A8F3; }
a { background-color: rgb(249,168,243); }
div.DivClassName
{
background-color: #F9A8F3;
}
.BgClassName
{
background-color: #F9A8F3;
}
</style>
border-color css
<style>
span { border-color: #F9A8F3; }
span { border-color: rgb(249,168,243); }
td.TdClassName
{
border-color: #F9A8F3;
}
.TagClassName
{
border-color: #F9A8F3;
}
</style>