Shades of Your Pink #F9C7BE
Tints of Your Pink #F9C7BE
RGB
CMYK
RGB Variations
Color information
#F9C7BE (or 0xF9C7BE) is known color: Your Pink. HEX triplet: F9, C7 and BE. RGB value is (249,199,190). Sum of RGB (Red+Green+Blue) = 249+199+190=638 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.03% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C7BE is #063841. Grayscale: #D5D5D5. Windows color (decimal): -407618 or 12503033. OLE color: 12503033.
HSL color Cylindrical-coordinate representation of color #F9C7BE: hue angle of 9.15º degrees, saturation: 0.83, 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 #F9C7BE is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 199 | 190 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.02 |
| HSL | 9.15º | 0.83% | 0.86% | - |
| HSV(B) | 9.15º | 0.24% | 0.98% | - |
| XYZ | 68.78 | 64.7 | 57.58 | - |
| YUV | 212.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 199 | 190 | 0 | 0.20 | 0.24 | 0.02 | 9.15 | 0.83 | 0.86 |
| Hex | F9 | C7 | BE | 0 | 14 | 18 | 2 | 9 | 53 | 56 |
| Octal | 371 | 307 | 276 | 0 | 24 | 30 | 2 | 11 | 123 | 126 |
| Binary | 11111001 | 11000111 | 10111110 | 0 | 10100 | 11000 | 10 | 1001 | 1010011 | 1010110 |
Color Harmonies of #F9C7BE
Complementary color
Monochromatic Colors of #F9C7BE
Black with #F9C7BE
Text Example
Text Example
White with #F9C7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C7BE; }
p { color: rgb(249,199,190); }
H1.HeaderClassName
{
color: #F9C7BE;
}
.AnyTagClassName
{
color: #F9C7BE;
}
</style>
background-color css
<style>
a { background-color: #F9C7BE; }
a { background-color: rgb(249,199,190); }
div.DivClassName
{
background-color: #F9C7BE;
}
.BgClassName
{
background-color: #F9C7BE;
}
</style>
border-color css
<style>
span { border-color: #F9C7BE; }
span { border-color: rgb(249,199,190); }
td.TdClassName
{
border-color: #F9C7BE;
}
.TagClassName
{
border-color: #F9C7BE;
}
</style>