Shades of Lavender Rose #F19CED
Tints of Lavender Rose #F19CED
RGB
CMYK
RGB Variations
Color information
#F19CED (or 0xF19CED) is known color: Lavender Rose. HEX triplet: F1, 9C and ED. RGB value is (241,156,237). Sum of RGB (Red+Green+Blue) = 241+156+237=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 156 (61.33% from 255 or 24.61% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19CED is #0E6312. Grayscale: #BEBEBE. Windows color (decimal): -942867 or 15572209. OLE color: 15572209.
HSL color Cylindrical-coordinate representation of color #F19CED: hue angle of 302.82º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19CED is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 237 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.05 |
| HSL | 302.82º | 0.75% | 0.78% | - |
| HSV(B) | 302.82º | 0.35% | 0.95% | - |
| XYZ | 63.45 | 48.59 | 86.16 | - |
| YUV | 190.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 237 | 0 | 0.35 | 0.02 | 0.05 | 302.82 | 0.75 | 0.78 |
| Hex | F1 | 9C | ED | 0 | 23 | 2 | 5 | 12F | 4B | 4E |
| Octal | 361 | 234 | 355 | 0 | 43 | 2 | 5 | 457 | 113 | 116 |
| Binary | 11110001 | 10011100 | 11101101 | 0 | 100011 | 10 | 101 | 100101111 | 1001011 | 1001110 |
Color Harmonies of #F19CED
Complementary color
Monochromatic Colors of #F19CED
Black with #F19CED
Text Example
Text Example
White with #F19CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19CED; }
p { color: rgb(241,156,237); }
H1.HeaderClassName
{
color: #F19CED;
}
.AnyTagClassName
{
color: #F19CED;
}
</style>
background-color css
<style>
a { background-color: #F19CED; }
a { background-color: rgb(241,156,237); }
div.DivClassName
{
background-color: #F19CED;
}
.BgClassName
{
background-color: #F19CED;
}
</style>
border-color css
<style>
span { border-color: #F19CED; }
span { border-color: rgb(241,156,237); }
td.TdClassName
{
border-color: #F19CED;
}
.TagClassName
{
border-color: #F19CED;
}
</style>