Shades of Pig Pink #F9D4ED
Tints of Pig Pink #F9D4ED
RGB
CMYK
RGB Variations
Color information
#F9D4ED (or 0xF9D4ED) is known color: Pig Pink. HEX triplet: F9, D4 and ED. RGB value is (249,212,237). Sum of RGB (Red+Green+Blue) = 249+212+237=698 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.67% from 698); Green value is 212 (83.20% from 255 or 30.37% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9D4ED is #062B12. Grayscale: #E1E1E1. Windows color (decimal): -404243 or 15586553. OLE color: 15586553.
HSL color Cylindrical-coordinate representation of color #F9D4ED: hue angle of 319.46º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F9D4ED is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 212 | 237 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.02 |
| HSL | 319.46º | 0.76% | 0.9% | - |
| HSV(B) | 319.46º | 0.15% | 0.98% | - |
| XYZ | 77.9 | 73.34 | 90.17 | - |
| YUV | 225.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 212 | 237 | 0 | 0.15 | 0.05 | 0.02 | 319.46 | 0.76 | 0.9 |
| Hex | F9 | D4 | ED | 0 | F | 5 | 2 | 13F | 4C | 5A |
| Octal | 371 | 324 | 355 | 0 | 17 | 5 | 2 | 477 | 114 | 132 |
| Binary | 11111001 | 11010100 | 11101101 | 0 | 1111 | 101 | 10 | 100111111 | 1001100 | 1011010 |
Color Harmonies of #F9D4ED
Complementary color
Monochromatic Colors of #F9D4ED
Black with #F9D4ED
Text Example
Text Example
White with #F9D4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D4ED; }
p { color: rgb(249,212,237); }
H1.HeaderClassName
{
color: #F9D4ED;
}
.AnyTagClassName
{
color: #F9D4ED;
}
</style>
background-color css
<style>
a { background-color: #F9D4ED; }
a { background-color: rgb(249,212,237); }
div.DivClassName
{
background-color: #F9D4ED;
}
.BgClassName
{
background-color: #F9D4ED;
}
</style>
border-color css
<style>
span { border-color: #F9D4ED; }
span { border-color: rgb(249,212,237); }
td.TdClassName
{
border-color: #F9D4ED;
}
.TagClassName
{
border-color: #F9D4ED;
}
</style>