Shades of Lavender Rose #F9C1F1
Tints of Lavender Rose #F9C1F1
RGB
CMYK
RGB Variations
Color information
#F9C1F1 (or 0xF9C1F1) is known color: Lavender Rose. HEX triplet: F9, C1 and F1. RGB value is (249,193,241). Sum of RGB (Red+Green+Blue) = 249+193+241=683 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.46% from 683); Green value is 193 (75.78% from 255 or 28.26% from 683); Blue value is 241 (94.53% from 255 or 35.29% from 683); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9C1F1 is #063E0E. Grayscale: #D7D7D7. Windows color (decimal): -409103 or 15843833. OLE color: 15843833.
HSL color Cylindrical-coordinate representation of color #F9C1F1: hue angle of 308.57º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9C1F1 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 193 | 241 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.02 |
| HSL | 308.57º | 0.82% | 0.87% | - |
| HSV(B) | 308.57º | 0.22% | 0.98% | - |
| XYZ | 74.01 | 64.63 | 91.79 | - |
| YUV | 215.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 193 | 241 | 0 | 0.22 | 0.03 | 0.02 | 308.57 | 0.82 | 0.87 |
| Hex | F9 | C1 | F1 | 0 | 16 | 3 | 2 | 135 | 52 | 57 |
| Octal | 371 | 301 | 361 | 0 | 26 | 3 | 2 | 465 | 122 | 127 |
| Binary | 11111001 | 11000001 | 11110001 | 0 | 10110 | 11 | 10 | 100110101 | 1010010 | 1010111 |
Color Harmonies of #F9C1F1
Complementary color
Monochromatic Colors of #F9C1F1
Black with #F9C1F1
Text Example
Text Example
White with #F9C1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C1F1; }
p { color: rgb(249,193,241); }
H1.HeaderClassName
{
color: #F9C1F1;
}
.AnyTagClassName
{
color: #F9C1F1;
}
</style>
background-color css
<style>
a { background-color: #F9C1F1; }
a { background-color: rgb(249,193,241); }
div.DivClassName
{
background-color: #F9C1F1;
}
.BgClassName
{
background-color: #F9C1F1;
}
</style>
border-color css
<style>
span { border-color: #F9C1F1; }
span { border-color: rgb(249,193,241); }
td.TdClassName
{
border-color: #F9C1F1;
}
.TagClassName
{
border-color: #F9C1F1;
}
</style>