Shades of Pig Pink #F9DAE4
Tints of Pig Pink #F9DAE4
RGB
CMYK
RGB Variations
Color information
#F9DAE4 (or 0xF9DAE4) is known color: Pig Pink. HEX triplet: F9, DA and E4. RGB value is (249,218,228). Sum of RGB (Red+Green+Blue) = 249+218+228=695 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.83% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 228 (89.45% from 255 or 32.81% from 695); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DAE4 is #06251B. Grayscale: #E4E4E4. Windows color (decimal): -402716 or 14998265. OLE color: 14998265.
HSL color Cylindrical-coordinate representation of color #F9DAE4: hue angle of 340.65º 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 #F9DAE4 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 228 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.02 |
| HSL | 340.65º | 0.72% | 0.92% | - |
| HSV(B) | 340.65º | 0.12% | 0.98% | - |
| XYZ | 78.14 | 75.88 | 83.93 | - |
| YUV | 228.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 228 | 0 | 0.12 | 0.08 | 0.02 | 340.65 | 0.72 | 0.92 |
| Hex | F9 | DA | E4 | 0 | C | 8 | 2 | 155 | 48 | 5C |
| Octal | 371 | 332 | 344 | 0 | 14 | 10 | 2 | 525 | 110 | 134 |
| Binary | 11111001 | 11011010 | 11100100 | 0 | 1100 | 1000 | 10 | 101010101 | 1001000 | 1011100 |
Color Harmonies of #F9DAE4
Complementary color
Monochromatic Colors of #F9DAE4
Black with #F9DAE4
Text Example
Text Example
White with #F9DAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DAE4; }
p { color: rgb(249,218,228); }
H1.HeaderClassName
{
color: #F9DAE4;
}
.AnyTagClassName
{
color: #F9DAE4;
}
</style>
background-color css
<style>
a { background-color: #F9DAE4; }
a { background-color: rgb(249,218,228); }
div.DivClassName
{
background-color: #F9DAE4;
}
.BgClassName
{
background-color: #F9DAE4;
}
</style>
border-color css
<style>
span { border-color: #F9DAE4; }
span { border-color: rgb(249,218,228); }
td.TdClassName
{
border-color: #F9DAE4;
}
.TagClassName
{
border-color: #F9DAE4;
}
</style>