Shades of Lavender Rose #F69CED
Tints of Lavender Rose #F69CED
RGB
CMYK
RGB Variations
Color information
#F69CED (or 0xF69CED) is known color: Lavender Rose. HEX triplet: F6, 9C and ED. RGB value is (246,156,237). Sum of RGB (Red+Green+Blue) = 246+156+237=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 156 (61.33% from 255 or 24.41% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69CED is #096312. Grayscale: #BFBFBF. Windows color (decimal): -615187 or 15572214. OLE color: 15572214.
HSL color Cylindrical-coordinate representation of color #F69CED: hue angle of 306º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F69CED is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 237 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.04 |
| HSL | 306º | 0.83% | 0.79% | - |
| HSV(B) | 306º | 0.37% | 0.96% | - |
| XYZ | 65.18 | 49.48 | 86.24 | - |
| YUV | 192.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 237 | 0 | 0.37 | 0.04 | 0.04 | 306 | 0.83 | 0.79 |
| Hex | F6 | 9C | ED | 0 | 25 | 4 | 4 | 132 | 53 | 4F |
| Octal | 366 | 234 | 355 | 0 | 45 | 4 | 4 | 462 | 123 | 117 |
| Binary | 11110110 | 10011100 | 11101101 | 0 | 100101 | 100 | 100 | 100110010 | 1010011 | 1001111 |
Color Harmonies of #F69CED
Complementary color
Monochromatic Colors of #F69CED
Black with #F69CED
Text Example
Text Example
White with #F69CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69CED; }
p { color: rgb(246,156,237); }
H1.HeaderClassName
{
color: #F69CED;
}
.AnyTagClassName
{
color: #F69CED;
}
</style>
background-color css
<style>
a { background-color: #F69CED; }
a { background-color: rgb(246,156,237); }
div.DivClassName
{
background-color: #F69CED;
}
.BgClassName
{
background-color: #F69CED;
}
</style>
border-color css
<style>
span { border-color: #F69CED; }
span { border-color: rgb(246,156,237); }
td.TdClassName
{
border-color: #F69CED;
}
.TagClassName
{
border-color: #F69CED;
}
</style>