Shades of Lavender Pink #F69CCF
Tints of Lavender Pink #F69CCF
RGB
CMYK
RGB Variations
Color information
#F69CCF (or 0xF69CCF) is known color: Lavender Pink. HEX triplet: F6, 9C and CF. RGB value is (246,156,207). Sum of RGB (Red+Green+Blue) = 246+156+207=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 156 (61.33% from 255 or 25.62% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F69CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F69CCF is #096330. Grayscale: #BCBCBC. Windows color (decimal): -615217 or 13606134. OLE color: 13606134.
HSL color Cylindrical-coordinate representation of color #F69CCF: hue angle of 326º 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 #F69CCF is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 207 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.04 |
| HSL | 326º | 0.83% | 0.79% | - |
| HSV(B) | 326º | 0.37% | 0.96% | - |
| XYZ | 61.16 | 47.87 | 65.05 | - |
| YUV | 188.72 | 138.32 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 207 | 0 | 0.37 | 0.16 | 0.04 | 326 | 0.83 | 0.79 |
| Hex | F6 | 9C | CF | 0 | 25 | 10 | 4 | 146 | 53 | 4F |
| Octal | 366 | 234 | 317 | 0 | 45 | 20 | 4 | 506 | 123 | 117 |
| Binary | 11110110 | 10011100 | 11001111 | 0 | 100101 | 10000 | 100 | 101000110 | 1010011 | 1001111 |
Color Harmonies of #F69CCF
Complementary color
Monochromatic Colors of #F69CCF
Black with #F69CCF
Text Example
Text Example
White with #F69CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69CCF; }
p { color: rgb(246,156,207); }
H1.HeaderClassName
{
color: #F69CCF;
}
.AnyTagClassName
{
color: #F69CCF;
}
</style>
background-color css
<style>
a { background-color: #F69CCF; }
a { background-color: rgb(246,156,207); }
div.DivClassName
{
background-color: #F69CCF;
}
.BgClassName
{
background-color: #F69CCF;
}
</style>
border-color css
<style>
span { border-color: #F69CCF; }
span { border-color: rgb(246,156,207); }
td.TdClassName
{
border-color: #F69CCF;
}
.TagClassName
{
border-color: #F69CCF;
}
</style>