Shades of Pig Pink #F9DAEC
Tints of Pig Pink #F9DAEC
RGB
CMYK
RGB Variations
Color information
#F9DAEC (or 0xF9DAEC) is known color: Pig Pink. HEX triplet: F9, DA and EC. RGB value is (249,218,236). Sum of RGB (Red+Green+Blue) = 249+218+236=703 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.42% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAEC is #062513. Grayscale: #E5E5E5. Windows color (decimal): -402708 or 15522553. OLE color: 15522553.
HSL color Cylindrical-coordinate representation of color #F9DAEC: hue angle of 325.16º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9DAEC is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 218 | 236 | - |
CMYK | 0 | 0.12 | 0.05 | 0.02 |
HSL | 325.16º | 0.72% | 0.92% | - |
HSV(B) | 325.16º | 0.12% | 0.98% | - |
XYZ | 79.28 | 76.34 | 89.91 | - |
YUV | 229.32 | 131.77 | 142.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 218 | 236 | 0 | 0.12 | 0.05 | 0.02 | 325.16 | 0.72 | 0.92 |
Hex | F9 | DA | EC | 0 | C | 5 | 2 | 145 | 48 | 5C |
Octal | 371 | 332 | 354 | 0 | 14 | 5 | 2 | 505 | 110 | 134 |
Binary | 11111001 | 11011010 | 11101100 | 0 | 1100 | 101 | 10 | 101000101 | 1001000 | 1011100 |
Color Harmonies of #F9DAEC
Complementary color
Monochromatic Colors of #F9DAEC
Black with #F9DAEC
Text Example
Text Example
White with #F9DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DAEC; }
p { color: rgb(249,218,236); }
H1.HeaderClassName
{
color: #F9DAEC;
}
.AnyTagClassName
{
color: #F9DAEC;
}
</style>
background-color css
<style>
a { background-color: #F9DAEC; }
a { background-color: rgb(249,218,236); }
div.DivClassName
{
background-color: #F9DAEC;
}
.BgClassName
{
background-color: #F9DAEC;
}
</style>
border-color css
<style>
span { border-color: #F9DAEC; }
span { border-color: rgb(249,218,236); }
td.TdClassName
{
border-color: #F9DAEC;
}
.TagClassName
{
border-color: #F9DAEC;
}
</style>