Shades of Your Pink #F9C8BE
Tints of Your Pink #F9C8BE
RGB
CMYK
RGB Variations
Color information
#F9C8BE (or 0xF9C8BE) is known color: Your Pink. HEX triplet: F9, C8 and BE. RGB value is (249,200,190). Sum of RGB (Red+Green+Blue) = 249+200+190=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C8BE is #063741. Grayscale: #D5D5D5. Windows color (decimal): -407362 or 12503289. OLE color: 12503289.
HSL color Cylindrical-coordinate representation of color #F9C8BE: hue angle of 10.17º 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 #F9C8BE is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 190 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.02 |
| HSL | 10.17º | 0.83% | 0.86% | - |
| HSV(B) | 10.17º | 0.24% | 0.98% | - |
| XYZ | 69.02 | 65.17 | 57.66 | - |
| YUV | 213.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 190 | 0 | 0.20 | 0.24 | 0.02 | 10.17 | 0.83 | 0.86 |
| Hex | F9 | C8 | BE | 0 | 14 | 18 | 2 | A | 53 | 56 |
| Octal | 371 | 310 | 276 | 0 | 24 | 30 | 2 | 12 | 123 | 126 |
| Binary | 11111001 | 11001000 | 10111110 | 0 | 10100 | 11000 | 10 | 1010 | 1010011 | 1010110 |
Color Harmonies of #F9C8BE
Complementary color
Monochromatic Colors of #F9C8BE
Black with #F9C8BE
Text Example
Text Example
White with #F9C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C8BE; }
p { color: rgb(249,200,190); }
H1.HeaderClassName
{
color: #F9C8BE;
}
.AnyTagClassName
{
color: #F9C8BE;
}
</style>
background-color css
<style>
a { background-color: #F9C8BE; }
a { background-color: rgb(249,200,190); }
div.DivClassName
{
background-color: #F9C8BE;
}
.BgClassName
{
background-color: #F9C8BE;
}
</style>
border-color css
<style>
span { border-color: #F9C8BE; }
span { border-color: rgb(249,200,190); }
td.TdClassName
{
border-color: #F9C8BE;
}
.TagClassName
{
border-color: #F9C8BE;
}
</style>