Shades of Lavender Rose #F9C0F1
Tints of Lavender Rose #F9C0F1
RGB
CMYK
RGB Variations
Color information
#F9C0F1 (or 0xF9C0F1) is known color: Lavender Rose. HEX triplet: F9, C0 and F1. RGB value is (249,192,241). Sum of RGB (Red+Green+Blue) = 249+192+241=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 192 (75.39% from 255 or 28.15% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C0F1 is #063F0E. Grayscale: #D6D6D6. Windows color (decimal): -409359 or 15843577. OLE color: 15843577.
HSL color Cylindrical-coordinate representation of color #F9C0F1: hue angle of 308.42º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F9C0F1 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 241 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.02 |
| HSL | 308.42º | 0.83% | 0.86% | - |
| HSV(B) | 308.42º | 0.23% | 0.98% | - |
| XYZ | 73.79 | 64.19 | 91.72 | - |
| YUV | 214.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 241 | 0 | 0.23 | 0.03 | 0.02 | 308.42 | 0.83 | 0.86 |
| Hex | F9 | C0 | F1 | 0 | 17 | 3 | 2 | 134 | 53 | 56 |
| Octal | 371 | 300 | 361 | 0 | 27 | 3 | 2 | 464 | 123 | 126 |
| Binary | 11111001 | 11000000 | 11110001 | 0 | 10111 | 11 | 10 | 100110100 | 1010011 | 1010110 |
Color Harmonies of #F9C0F1
Complementary color
Monochromatic Colors of #F9C0F1
Black with #F9C0F1
Text Example
Text Example
White with #F9C0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C0F1; }
p { color: rgb(249,192,241); }
H1.HeaderClassName
{
color: #F9C0F1;
}
.AnyTagClassName
{
color: #F9C0F1;
}
</style>
background-color css
<style>
a { background-color: #F9C0F1; }
a { background-color: rgb(249,192,241); }
div.DivClassName
{
background-color: #F9C0F1;
}
.BgClassName
{
background-color: #F9C0F1;
}
</style>
border-color css
<style>
span { border-color: #F9C0F1; }
span { border-color: rgb(249,192,241); }
td.TdClassName
{
border-color: #F9C0F1;
}
.TagClassName
{
border-color: #F9C0F1;
}
</style>