Shades of Your Pink #F9C9BC
Tints of Your Pink #F9C9BC
RGB
CMYK
RGB Variations
Color information
#F9C9BC (or 0xF9C9BC) is known color: Your Pink. HEX triplet: F9, C9 and BC. RGB value is (249,201,188). Sum of RGB (Red+Green+Blue) = 249+201+188=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C9BC is #063643. Grayscale: #D5D5D5. Windows color (decimal): -407108 or 12372473. OLE color: 12372473.
HSL color Cylindrical-coordinate representation of color #F9C9BC: hue angle of 12.79º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9C9BC is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 201 | 188 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.02 |
| HSL | 12.79º | 0.84% | 0.86% | - |
| HSV(B) | 12.79º | 0.24% | 0.98% | - |
| XYZ | 69.03 | 65.54 | 56.59 | - |
| YUV | 213.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 188 | 0 | 0.19 | 0.24 | 0.02 | 12.79 | 0.84 | 0.86 |
| Hex | F9 | C9 | BC | 0 | 13 | 18 | 2 | D | 54 | 56 |
| Octal | 371 | 311 | 274 | 0 | 23 | 30 | 2 | 15 | 124 | 126 |
| Binary | 11111001 | 11001001 | 10111100 | 0 | 10011 | 11000 | 10 | 1101 | 1010100 | 1010110 |
Color Harmonies of #F9C9BC
Complementary color
Monochromatic Colors of #F9C9BC
Black with #F9C9BC
Text Example
Text Example
White with #F9C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C9BC; }
p { color: rgb(249,201,188); }
H1.HeaderClassName
{
color: #F9C9BC;
}
.AnyTagClassName
{
color: #F9C9BC;
}
</style>
background-color css
<style>
a { background-color: #F9C9BC; }
a { background-color: rgb(249,201,188); }
div.DivClassName
{
background-color: #F9C9BC;
}
.BgClassName
{
background-color: #F9C9BC;
}
</style>
border-color css
<style>
span { border-color: #F9C9BC; }
span { border-color: rgb(249,201,188); }
td.TdClassName
{
border-color: #F9C9BC;
}
.TagClassName
{
border-color: #F9C9BC;
}
</style>