Shades of Lavender Pink #F9B3CE
Tints of Lavender Pink #F9B3CE
RGB
CMYK
RGB Variations
Color information
#F9B3CE (or 0xF9B3CE) is known color: Lavender Pink. HEX triplet: F9, B3 and CE. RGB value is (249,179,206). Sum of RGB (Red+Green+Blue) = 249+179+206=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 179 (70.31% from 255 or 28.23% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B3CE is #064C31. Grayscale: #CACACA. Windows color (decimal): -412722 or 13546489. OLE color: 13546489.
HSL color Cylindrical-coordinate representation of color #F9B3CE: hue angle of 336.86º 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 #F9B3CE is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 179 | 206 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.02 |
| HSL | 336.86º | 0.85% | 0.84% | - |
| HSV(B) | 336.86º | 0.28% | 0.98% | - |
| XYZ | 66.33 | 56.84 | 65.87 | - |
| YUV | 203.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 179 | 206 | 0 | 0.28 | 0.17 | 0.02 | 336.86 | 0.85 | 0.84 |
| Hex | F9 | B3 | CE | 0 | 1C | 11 | 2 | 151 | 55 | 54 |
| Octal | 371 | 263 | 316 | 0 | 34 | 21 | 2 | 521 | 125 | 124 |
| Binary | 11111001 | 10110011 | 11001110 | 0 | 11100 | 10001 | 10 | 101010001 | 1010101 | 1010100 |
Color Harmonies of #F9B3CE
Complementary color
Monochromatic Colors of #F9B3CE
Black with #F9B3CE
Text Example
Text Example
White with #F9B3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B3CE; }
p { color: rgb(249,179,206); }
H1.HeaderClassName
{
color: #F9B3CE;
}
.AnyTagClassName
{
color: #F9B3CE;
}
</style>
background-color css
<style>
a { background-color: #F9B3CE; }
a { background-color: rgb(249,179,206); }
div.DivClassName
{
background-color: #F9B3CE;
}
.BgClassName
{
background-color: #F9B3CE;
}
</style>
border-color css
<style>
span { border-color: #F9B3CE; }
span { border-color: rgb(249,179,206); }
td.TdClassName
{
border-color: #F9B3CE;
}
.TagClassName
{
border-color: #F9B3CE;
}
</style>