Shades of Lavender Pink #F6B4DF
Tints of Lavender Pink #F6B4DF
RGB
CMYK
RGB Variations
Color information
#F6B4DF (or 0xF6B4DF) is known color: Lavender Pink. HEX triplet: F6, B4 and DF. RGB value is (246,180,223). Sum of RGB (Red+Green+Blue) = 246+180+223=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 180 (70.70% from 255 or 27.73% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6B4DF is #094B20. Grayscale: #CCCCCC. Windows color (decimal): -609057 or 14660854. OLE color: 14660854.
HSL color Cylindrical-coordinate representation of color #F6B4DF: hue angle of 320.91º 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 #F6B4DF is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 180 | 223 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.04 |
| HSL | 320.91º | 0.79% | 0.84% | - |
| HSV(B) | 320.91º | 0.27% | 0.96% | - |
| XYZ | 67.65 | 57.56 | 77.36 | - |
| YUV | 204.64 | 138.37 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 180 | 223 | 0 | 0.27 | 0.09 | 0.04 | 320.91 | 0.79 | 0.84 |
| Hex | F6 | B4 | DF | 0 | 1B | 9 | 4 | 141 | 4F | 54 |
| Octal | 366 | 264 | 337 | 0 | 33 | 11 | 4 | 501 | 117 | 124 |
| Binary | 11110110 | 10110100 | 11011111 | 0 | 11011 | 1001 | 100 | 101000001 | 1001111 | 1010100 |
Color Harmonies of #F6B4DF
Complementary color
Monochromatic Colors of #F6B4DF
Black with #F6B4DF
Text Example
Text Example
White with #F6B4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B4DF; }
p { color: rgb(246,180,223); }
H1.HeaderClassName
{
color: #F6B4DF;
}
.AnyTagClassName
{
color: #F6B4DF;
}
</style>
background-color css
<style>
a { background-color: #F6B4DF; }
a { background-color: rgb(246,180,223); }
div.DivClassName
{
background-color: #F6B4DF;
}
.BgClassName
{
background-color: #F6B4DF;
}
</style>
border-color css
<style>
span { border-color: #F6B4DF; }
span { border-color: rgb(246,180,223); }
td.TdClassName
{
border-color: #F6B4DF;
}
.TagClassName
{
border-color: #F6B4DF;
}
</style>