Shades of Your Pink #F9C9BD
Tints of Your Pink #F9C9BD
RGB
CMYK
RGB Variations
Color information
#F9C9BD (or 0xF9C9BD) is known color: Your Pink. HEX triplet: F9, C9 and BD. RGB value is (249,201,189). Sum of RGB (Red+Green+Blue) = 249+201+189=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C9BD is #063642. Grayscale: #D6D6D6. Windows color (decimal): -407107 or 12438009. OLE color: 12438009.
HSL color Cylindrical-coordinate representation of color #F9C9BD: hue angle of 12º 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 #F9C9BD is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 201 | 189 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.02 |
| HSL | 12º | 0.83% | 0.86% | - |
| HSV(B) | 12º | 0.24% | 0.98% | - |
| XYZ | 69.14 | 65.59 | 57.16 | - |
| YUV | 213.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 201 | 189 | 0 | 0.19 | 0.24 | 0.02 | 12 | 0.83 | 0.86 |
| Hex | F9 | C9 | BD | 0 | 13 | 18 | 2 | C | 53 | 56 |
| Octal | 371 | 311 | 275 | 0 | 23 | 30 | 2 | 14 | 123 | 126 |
| Binary | 11111001 | 11001001 | 10111101 | 0 | 10011 | 11000 | 10 | 1100 | 1010011 | 1010110 |
Color Harmonies of #F9C9BD
Complementary color
Monochromatic Colors of #F9C9BD
Black with #F9C9BD
Text Example
Text Example
White with #F9C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C9BD; }
p { color: rgb(249,201,189); }
H1.HeaderClassName
{
color: #F9C9BD;
}
.AnyTagClassName
{
color: #F9C9BD;
}
</style>
background-color css
<style>
a { background-color: #F9C9BD; }
a { background-color: rgb(249,201,189); }
div.DivClassName
{
background-color: #F9C9BD;
}
.BgClassName
{
background-color: #F9C9BD;
}
</style>
border-color css
<style>
span { border-color: #F9C9BD; }
span { border-color: rgb(249,201,189); }
td.TdClassName
{
border-color: #F9C9BD;
}
.TagClassName
{
border-color: #F9C9BD;
}
</style>