Shades of Pig Pink #F9D0DE
Tints of Pig Pink #F9D0DE
RGB
CMYK
RGB Variations
Color information
#F9D0DE (or 0xF9D0DE) is known color: Pig Pink. HEX triplet: F9, D0 and DE. RGB value is (249,208,222). Sum of RGB (Red+Green+Blue) = 249+208+222=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D0DE is #062F21. Grayscale: #DDDDDD. Windows color (decimal): -405282 or 14602489. OLE color: 14602489.
HSL color Cylindrical-coordinate representation of color #F9D0DE: hue angle of 339.51º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F9D0DE is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 208 | 222 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.02 |
| HSL | 339.51º | 0.77% | 0.9% | - |
| HSV(B) | 339.51º | 0.16% | 0.98% | - |
| XYZ | 74.81 | 70.53 | 78.78 | - |
| YUV | 221.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 208 | 222 | 0 | 0.16 | 0.11 | 0.02 | 339.51 | 0.77 | 0.9 |
| Hex | F9 | D0 | DE | 0 | 10 | B | 2 | 154 | 4D | 5A |
| Octal | 371 | 320 | 336 | 0 | 20 | 13 | 2 | 524 | 115 | 132 |
| Binary | 11111001 | 11010000 | 11011110 | 0 | 10000 | 1011 | 10 | 101010100 | 1001101 | 1011010 |
Color Harmonies of #F9D0DE
Complementary color
Monochromatic Colors of #F9D0DE
Black with #F9D0DE
Text Example
Text Example
White with #F9D0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D0DE; }
p { color: rgb(249,208,222); }
H1.HeaderClassName
{
color: #F9D0DE;
}
.AnyTagClassName
{
color: #F9D0DE;
}
</style>
background-color css
<style>
a { background-color: #F9D0DE; }
a { background-color: rgb(249,208,222); }
div.DivClassName
{
background-color: #F9D0DE;
}
.BgClassName
{
background-color: #F9D0DE;
}
</style>
border-color css
<style>
span { border-color: #F9D0DE; }
span { border-color: rgb(249,208,222); }
td.TdClassName
{
border-color: #F9D0DE;
}
.TagClassName
{
border-color: #F9D0DE;
}
</style>