Shades of Lavender Rose #F692D3
Tints of Lavender Rose #F692D3
RGB
CMYK
RGB Variations
Color information
#F692D3 (or 0xF692D3) is known color: Lavender Rose. HEX triplet: F6, 92 and D3. RGB value is (246,146,211). Sum of RGB (Red+Green+Blue) = 246+146+211=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 246 - color contains mainly: red. Hex color #F692D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F692D3 is #096D2C. Grayscale: #B7B7B7. Windows color (decimal): -617773 or 13865718. OLE color: 13865718.
HSL color Cylindrical-coordinate representation of color #F692D3: hue angle of 321º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F692D3 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 211 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.04 |
| HSL | 321º | 0.85% | 0.77% | - |
| HSV(B) | 321º | 0.41% | 0.96% | - |
| XYZ | 60.04 | 44.85 | 67.12 | - |
| YUV | 183.31 | 143.63 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 211 | 0 | 0.41 | 0.14 | 0.04 | 321 | 0.85 | 0.77 |
| Hex | F6 | 92 | D3 | 0 | 29 | E | 4 | 141 | 55 | 4D |
| Octal | 366 | 222 | 323 | 0 | 51 | 16 | 4 | 501 | 125 | 115 |
| Binary | 11110110 | 10010010 | 11010011 | 0 | 101001 | 1110 | 100 | 101000001 | 1010101 | 1001101 |
Color Harmonies of #F692D3
Complementary color
Monochromatic Colors of #F692D3
Black with #F692D3
Text Example
Text Example
White with #F692D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F692D3; }
p { color: rgb(246,146,211); }
H1.HeaderClassName
{
color: #F692D3;
}
.AnyTagClassName
{
color: #F692D3;
}
</style>
background-color css
<style>
a { background-color: #F692D3; }
a { background-color: rgb(246,146,211); }
div.DivClassName
{
background-color: #F692D3;
}
.BgClassName
{
background-color: #F692D3;
}
</style>
border-color css
<style>
span { border-color: #F692D3; }
span { border-color: rgb(246,146,211); }
td.TdClassName
{
border-color: #F692D3;
}
.TagClassName
{
border-color: #F692D3;
}
</style>