Shades of Pig Pink #F9DDEC
Tints of Pig Pink #F9DDEC
RGB
CMYK
RGB Variations
Color information
#F9DDEC (or 0xF9DDEC) is known color: Pig Pink. HEX triplet: F9, DD and EC. RGB value is (249,221,236). Sum of RGB (Red+Green+Blue) = 249+221+236=706 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.27% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDEC is #062213. Grayscale: #E7E7E7. Windows color (decimal): -401940 or 15523321. OLE color: 15523321.
HSL color Cylindrical-coordinate representation of color #F9DDEC: hue angle of 327.86º degrees, saturation: 0.7, 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 #F9DDEC is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 221 | 236 | - |
CMYK | 0 | 0.11 | 0.05 | 0.02 |
HSL | 327.86º | 0.7% | 0.92% | - |
HSV(B) | 327.86º | 0.11% | 0.98% | - |
XYZ | 80.06 | 77.91 | 90.17 | - |
YUV | 231.08 | 130.78 | 140.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 221 | 236 | 0 | 0.11 | 0.05 | 0.02 | 327.86 | 0.7 | 0.92 |
Hex | F9 | DD | EC | 0 | B | 5 | 2 | 148 | 46 | 5C |
Octal | 371 | 335 | 354 | 0 | 13 | 5 | 2 | 510 | 106 | 134 |
Binary | 11111001 | 11011101 | 11101100 | 0 | 1011 | 101 | 10 | 101001000 | 1000110 | 1011100 |
Color Harmonies of #F9DDEC
Complementary color
Monochromatic Colors of #F9DDEC
Black with #F9DDEC
Text Example
Text Example
White with #F9DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDEC; }
p { color: rgb(249,221,236); }
H1.HeaderClassName
{
color: #F9DDEC;
}
.AnyTagClassName
{
color: #F9DDEC;
}
</style>
background-color css
<style>
a { background-color: #F9DDEC; }
a { background-color: rgb(249,221,236); }
div.DivClassName
{
background-color: #F9DDEC;
}
.BgClassName
{
background-color: #F9DDEC;
}
</style>
border-color css
<style>
span { border-color: #F9DDEC; }
span { border-color: rgb(249,221,236); }
td.TdClassName
{
border-color: #F9DDEC;
}
.TagClassName
{
border-color: #F9DDEC;
}
</style>