Shades of Lavender Pink #F6B6DE
Tints of Lavender Pink #F6B6DE
RGB
CMYK
RGB Variations
Color information
#F6B6DE (or 0xF6B6DE) is known color: Lavender Pink. HEX triplet: F6, B6 and DE. RGB value is (246,182,222). Sum of RGB (Red+Green+Blue) = 246+182+222=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 182 (71.48% from 255 or 28% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B6DE is #094921. Grayscale: #CDCDCD. Windows color (decimal): -608546 or 14595830. OLE color: 14595830.
HSL color Cylindrical-coordinate representation of color #F6B6DE: hue angle of 322.5º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6B6DE is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 182 | 222 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.04 |
| HSL | 322.5º | 0.78% | 0.84% | - |
| HSV(B) | 322.5º | 0.26% | 0.96% | - |
| XYZ | 67.92 | 58.32 | 76.78 | - |
| YUV | 205.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 182 | 222 | 0 | 0.26 | 0.10 | 0.04 | 322.5 | 0.78 | 0.84 |
| Hex | F6 | B6 | DE | 0 | 1A | A | 4 | 142 | 4E | 54 |
| Octal | 366 | 266 | 336 | 0 | 32 | 12 | 4 | 502 | 116 | 124 |
| Binary | 11110110 | 10110110 | 11011110 | 0 | 11010 | 1010 | 100 | 101000010 | 1001110 | 1010100 |
Color Harmonies of #F6B6DE
Complementary color
Monochromatic Colors of #F6B6DE
Black with #F6B6DE
Text Example
Text Example
White with #F6B6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B6DE; }
p { color: rgb(246,182,222); }
H1.HeaderClassName
{
color: #F6B6DE;
}
.AnyTagClassName
{
color: #F6B6DE;
}
</style>
background-color css
<style>
a { background-color: #F6B6DE; }
a { background-color: rgb(246,182,222); }
div.DivClassName
{
background-color: #F6B6DE;
}
.BgClassName
{
background-color: #F6B6DE;
}
</style>
border-color css
<style>
span { border-color: #F6B6DE; }
span { border-color: rgb(246,182,222); }
td.TdClassName
{
border-color: #F6B6DE;
}
.TagClassName
{
border-color: #F6B6DE;
}
</style>