Shades of Lavender Pink #F9B3DF
Tints of Lavender Pink #F9B3DF
RGB
CMYK
RGB Variations
Color information
#F9B3DF (or 0xF9B3DF) is known color: Lavender Pink. HEX triplet: F9, B3 and DF. RGB value is (249,179,223). Sum of RGB (Red+Green+Blue) = 249+179+223=651 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.25% from 651); Green value is 179 (70.31% from 255 or 27.50% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B3DF is #064C20. Grayscale: #CCCCCC. Windows color (decimal): -412705 or 14660601. OLE color: 14660601.
HSL color Cylindrical-coordinate representation of color #F9B3DF: hue angle of 322.29º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F9B3DF is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 179 | 223 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.02 |
| HSL | 322.29º | 0.85% | 0.84% | - |
| HSV(B) | 322.29º | 0.28% | 0.98% | - |
| XYZ | 68.51 | 57.71 | 77.34 | - |
| YUV | 204.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 179 | 223 | 0 | 0.28 | 0.10 | 0.02 | 322.29 | 0.85 | 0.84 |
| Hex | F9 | B3 | DF | 0 | 1C | A | 2 | 142 | 55 | 54 |
| Octal | 371 | 263 | 337 | 0 | 34 | 12 | 2 | 502 | 125 | 124 |
| Binary | 11111001 | 10110011 | 11011111 | 0 | 11100 | 1010 | 10 | 101000010 | 1010101 | 1010100 |
Color Harmonies of #F9B3DF
Complementary color
Monochromatic Colors of #F9B3DF
Black with #F9B3DF
Text Example
Text Example
White with #F9B3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B3DF; }
p { color: rgb(249,179,223); }
H1.HeaderClassName
{
color: #F9B3DF;
}
.AnyTagClassName
{
color: #F9B3DF;
}
</style>
background-color css
<style>
a { background-color: #F9B3DF; }
a { background-color: rgb(249,179,223); }
div.DivClassName
{
background-color: #F9B3DF;
}
.BgClassName
{
background-color: #F9B3DF;
}
</style>
border-color css
<style>
span { border-color: #F9B3DF; }
span { border-color: rgb(249,179,223); }
td.TdClassName
{
border-color: #F9B3DF;
}
.TagClassName
{
border-color: #F9B3DF;
}
</style>