Shades of Pig Pink #F9DEEC
Tints of Pig Pink #F9DEEC
RGB
CMYK
RGB Variations
Color information
#F9DEEC (or 0xF9DEEC) is known color: Pig Pink. HEX triplet: F9, DE and EC. RGB value is (249,222,236). Sum of RGB (Red+Green+Blue) = 249+222+236=707 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.22% from 707); Green value is 222 (87.11% from 255 or 31.40% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DEEC is #062113. Grayscale: #E7E7E7. Windows color (decimal): -401684 or 15523577. OLE color: 15523577.
HSL color Cylindrical-coordinate representation of color #F9DEEC: hue angle of 328.89º degrees, saturation: 0.69, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F9DEEC is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 222 | 236 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.02 |
| HSL | 328.89º | 0.69% | 0.92% | - |
| HSV(B) | 328.89º | 0.11% | 0.98% | - |
| XYZ | 80.33 | 78.44 | 90.26 | - |
| YUV | 231.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 222 | 236 | 0 | 0.11 | 0.05 | 0.02 | 328.89 | 0.69 | 0.92 |
| Hex | F9 | DE | EC | 0 | B | 5 | 2 | 149 | 45 | 5C |
| Octal | 371 | 336 | 354 | 0 | 13 | 5 | 2 | 511 | 105 | 134 |
| Binary | 11111001 | 11011110 | 11101100 | 0 | 1011 | 101 | 10 | 101001001 | 1000101 | 1011100 |
Color Harmonies of #F9DEEC
Complementary color
Monochromatic Colors of #F9DEEC
Black with #F9DEEC
Text Example
Text Example
White with #F9DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DEEC; }
p { color: rgb(249,222,236); }
H1.HeaderClassName
{
color: #F9DEEC;
}
.AnyTagClassName
{
color: #F9DEEC;
}
</style>
background-color css
<style>
a { background-color: #F9DEEC; }
a { background-color: rgb(249,222,236); }
div.DivClassName
{
background-color: #F9DEEC;
}
.BgClassName
{
background-color: #F9DEEC;
}
</style>
border-color css
<style>
span { border-color: #F9DEEC; }
span { border-color: rgb(249,222,236); }
td.TdClassName
{
border-color: #F9DEEC;
}
.TagClassName
{
border-color: #F9DEEC;
}
</style>