Shades of Lavender Pink #F9B6DF
Tints of Lavender Pink #F9B6DF
RGB
CMYK
RGB Variations
Color information
#F9B6DF (or 0xF9B6DF) is known color: Lavender Pink. HEX triplet: F9, B6 and DF. RGB value is (249,182,223). Sum of RGB (Red+Green+Blue) = 249+182+223=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 182 (71.48% from 255 or 27.83% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B6DF is #064920. Grayscale: #CECECE. Windows color (decimal): -411937 or 14661369. OLE color: 14661369.
HSL color Cylindrical-coordinate representation of color #F9B6DF: hue angle of 323.28º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9B6DF is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 182 | 223 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.02 |
| HSL | 323.28º | 0.85% | 0.85% | - |
| HSV(B) | 323.28º | 0.27% | 0.98% | - |
| XYZ | 69.11 | 58.92 | 77.54 | - |
| YUV | 206.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 182 | 223 | 0 | 0.27 | 0.10 | 0.02 | 323.28 | 0.85 | 0.85 |
| Hex | F9 | B6 | DF | 0 | 1B | A | 2 | 143 | 55 | 55 |
| Octal | 371 | 266 | 337 | 0 | 33 | 12 | 2 | 503 | 125 | 125 |
| Binary | 11111001 | 10110110 | 11011111 | 0 | 11011 | 1010 | 10 | 101000011 | 1010101 | 1010101 |
Color Harmonies of #F9B6DF
Complementary color
Monochromatic Colors of #F9B6DF
Black with #F9B6DF
Text Example
Text Example
White with #F9B6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B6DF; }
p { color: rgb(249,182,223); }
H1.HeaderClassName
{
color: #F9B6DF;
}
.AnyTagClassName
{
color: #F9B6DF;
}
</style>
background-color css
<style>
a { background-color: #F9B6DF; }
a { background-color: rgb(249,182,223); }
div.DivClassName
{
background-color: #F9B6DF;
}
.BgClassName
{
background-color: #F9B6DF;
}
</style>
border-color css
<style>
span { border-color: #F9B6DF; }
span { border-color: rgb(249,182,223); }
td.TdClassName
{
border-color: #F9B6DF;
}
.TagClassName
{
border-color: #F9B6DF;
}
</style>