Shades of Lavender Pink #F49CCE
Tints of Lavender Pink #F49CCE
RGB
CMYK
RGB Variations
Color information
#F49CCE (or 0xF49CCE) is known color: Lavender Pink. HEX triplet: F4, 9C and CE. RGB value is (244,156,206). Sum of RGB (Red+Green+Blue) = 244+156+206=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F49CCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49CCE is #0B6331. Grayscale: #BBBBBB. Windows color (decimal): -746290 or 13540596. OLE color: 13540596.
HSL color Cylindrical-coordinate representation of color #F49CCE: hue angle of 325.91º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49CCE is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 156 | 206 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.04 |
| HSL | 325.91º | 0.8% | 0.78% | - |
| HSV(B) | 325.91º | 0.36% | 0.96% | - |
| XYZ | 60.34 | 47.47 | 64.37 | - |
| YUV | 188.01 | 138.15 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 156 | 206 | 0 | 0.36 | 0.16 | 0.04 | 325.91 | 0.8 | 0.78 |
| Hex | F4 | 9C | CE | 0 | 24 | 10 | 4 | 146 | 50 | 4E |
| Octal | 364 | 234 | 316 | 0 | 44 | 20 | 4 | 506 | 120 | 116 |
| Binary | 11110100 | 10011100 | 11001110 | 0 | 100100 | 10000 | 100 | 101000110 | 1010000 | 1001110 |
Color Harmonies of #F49CCE
Complementary color
Monochromatic Colors of #F49CCE
Black with #F49CCE
Text Example
Text Example
White with #F49CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49CCE; }
p { color: rgb(244,156,206); }
H1.HeaderClassName
{
color: #F49CCE;
}
.AnyTagClassName
{
color: #F49CCE;
}
</style>
background-color css
<style>
a { background-color: #F49CCE; }
a { background-color: rgb(244,156,206); }
div.DivClassName
{
background-color: #F49CCE;
}
.BgClassName
{
background-color: #F49CCE;
}
</style>
border-color css
<style>
span { border-color: #F49CCE; }
span { border-color: rgb(244,156,206); }
td.TdClassName
{
border-color: #F49CCE;
}
.TagClassName
{
border-color: #F49CCE;
}
</style>