Shades of Your Pink #F9C7BC
Tints of Your Pink #F9C7BC
RGB
CMYK
RGB Variations
Color information
#F9C7BC (or 0xF9C7BC) is known color: Your Pink. HEX triplet: F9, C7 and BC. RGB value is (249,199,188). Sum of RGB (Red+Green+Blue) = 249+199+188=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C7BC is #063843. Grayscale: #D4D4D4. Windows color (decimal): -407620 or 12371961. OLE color: 12371961.
HSL color Cylindrical-coordinate representation of color #F9C7BC: hue angle of 10.82º 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 #F9C7BC is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 188 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.02 |
| HSL | 10.82º | 0.84% | 0.86% | - |
| HSV(B) | 10.82º | 0.24% | 0.98% | - |
| XYZ | 68.57 | 64.62 | 56.44 | - |
| YUV | 212.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 188 | 0 | 0.20 | 0.24 | 0.02 | 10.82 | 0.84 | 0.86 |
| Hex | F9 | C7 | BC | 0 | 14 | 18 | 2 | B | 54 | 56 |
| Octal | 371 | 307 | 274 | 0 | 24 | 30 | 2 | 13 | 124 | 126 |
| Binary | 11111001 | 11000111 | 10111100 | 0 | 10100 | 11000 | 10 | 1011 | 1010100 | 1010110 |
Color Harmonies of #F9C7BC
Complementary color
Monochromatic Colors of #F9C7BC
Black with #F9C7BC
Text Example
Text Example
White with #F9C7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C7BC; }
p { color: rgb(249,199,188); }
H1.HeaderClassName
{
color: #F9C7BC;
}
.AnyTagClassName
{
color: #F9C7BC;
}
</style>
background-color css
<style>
a { background-color: #F9C7BC; }
a { background-color: rgb(249,199,188); }
div.DivClassName
{
background-color: #F9C7BC;
}
.BgClassName
{
background-color: #F9C7BC;
}
</style>
border-color css
<style>
span { border-color: #F9C7BC; }
span { border-color: rgb(249,199,188); }
td.TdClassName
{
border-color: #F9C7BC;
}
.TagClassName
{
border-color: #F9C7BC;
}
</style>