Shades of Light Pink #F9B6C1
Tints of Light Pink #F9B6C1
RGB
CMYK
RGB Variations
Color information
#F9B6C1 (or 0xF9B6C1) is known color: Light Pink. HEX triplet: F9, B6 and C1. RGB value is (249,182,193). Sum of RGB (Red+Green+Blue) = 249+182+193=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 182 (71.48% from 255 or 29.17% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B6C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B6C1 is #06493E. Grayscale: #CBCBCB. Windows color (decimal): -411967 or 12695289. OLE color: 12695289.
HSL color Cylindrical-coordinate representation of color #F9B6C1: hue angle of 350.15º 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 #F9B6C1 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 182 | 193 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.02 |
| HSL | 350.15º | 0.85% | 0.85% | - |
| HSV(B) | 350.15º | 0.27% | 0.98% | - |
| XYZ | 65.42 | 57.45 | 58.09 | - |
| YUV | 203.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 182 | 193 | 0 | 0.27 | 0.22 | 0.02 | 350.15 | 0.85 | 0.85 |
| Hex | F9 | B6 | C1 | 0 | 1B | 16 | 2 | 15E | 55 | 55 |
| Octal | 371 | 266 | 301 | 0 | 33 | 26 | 2 | 536 | 125 | 125 |
| Binary | 11111001 | 10110110 | 11000001 | 0 | 11011 | 10110 | 10 | 101011110 | 1010101 | 1010101 |
Color Harmonies of #F9B6C1
Complementary color
Monochromatic Colors of #F9B6C1
Black with #F9B6C1
Text Example
Text Example
White with #F9B6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B6C1; }
p { color: rgb(249,182,193); }
H1.HeaderClassName
{
color: #F9B6C1;
}
.AnyTagClassName
{
color: #F9B6C1;
}
</style>
background-color css
<style>
a { background-color: #F9B6C1; }
a { background-color: rgb(249,182,193); }
div.DivClassName
{
background-color: #F9B6C1;
}
.BgClassName
{
background-color: #F9B6C1;
}
</style>
border-color css
<style>
span { border-color: #F9B6C1; }
span { border-color: rgb(249,182,193); }
td.TdClassName
{
border-color: #F9B6C1;
}
.TagClassName
{
border-color: #F9B6C1;
}
</style>