Shades of Lavender Pink #F6B4CE
Tints of Lavender Pink #F6B4CE
RGB
CMYK
RGB Variations
Color information
#F6B4CE (or 0xF6B4CE) is known color: Lavender Pink. HEX triplet: F6, B4 and CE. RGB value is (246,180,206). Sum of RGB (Red+Green+Blue) = 246+180+206=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 180 (70.70% from 255 or 28.48% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B4CE is #094B31. Grayscale: #CACACA. Windows color (decimal): -609074 or 13546742. OLE color: 13546742.
HSL color Cylindrical-coordinate representation of color #F6B4CE: hue angle of 336.36º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6B4CE is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 180 | 206 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.04 |
| HSL | 336.36º | 0.79% | 0.84% | - |
| HSV(B) | 336.36º | 0.27% | 0.96% | - |
| XYZ | 65.47 | 56.69 | 65.88 | - |
| YUV | 202.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 180 | 206 | 0 | 0.27 | 0.16 | 0.04 | 336.36 | 0.79 | 0.84 |
| Hex | F6 | B4 | CE | 0 | 1B | 10 | 4 | 150 | 4F | 54 |
| Octal | 366 | 264 | 316 | 0 | 33 | 20 | 4 | 520 | 117 | 124 |
| Binary | 11110110 | 10110100 | 11001110 | 0 | 11011 | 10000 | 100 | 101010000 | 1001111 | 1010100 |
Color Harmonies of #F6B4CE
Complementary color
Monochromatic Colors of #F6B4CE
Black with #F6B4CE
Text Example
Text Example
White with #F6B4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B4CE; }
p { color: rgb(246,180,206); }
H1.HeaderClassName
{
color: #F6B4CE;
}
.AnyTagClassName
{
color: #F6B4CE;
}
</style>
background-color css
<style>
a { background-color: #F6B4CE; }
a { background-color: rgb(246,180,206); }
div.DivClassName
{
background-color: #F6B4CE;
}
.BgClassName
{
background-color: #F6B4CE;
}
</style>
border-color css
<style>
span { border-color: #F6B4CE; }
span { border-color: rgb(246,180,206); }
td.TdClassName
{
border-color: #F6B4CE;
}
.TagClassName
{
border-color: #F6B4CE;
}
</style>