Shades of Pig Pink #F9DAE8
Tints of Pig Pink #F9DAE8
RGB
CMYK
RGB Variations
Color information
#F9DAE8 (or 0xF9DAE8) is known color: Pig Pink. HEX triplet: F9, DA and E8. RGB value is (249,218,232). Sum of RGB (Red+Green+Blue) = 249+218+232=699 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.62% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 232 (91.02% from 255 or 33.19% from 699); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DAE8 is #062517. Grayscale: #E4E4E4. Windows color (decimal): -402712 or 15260409. OLE color: 15260409.
HSL color Cylindrical-coordinate representation of color #F9DAE8: hue angle of 332.9º 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 #F9DAE8 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 232 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.02 |
| HSL | 332.9º | 0.72% | 0.92% | - |
| HSV(B) | 332.9º | 0.12% | 0.98% | - |
| XYZ | 78.7 | 76.11 | 86.89 | - |
| YUV | 228.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 232 | 0 | 0.12 | 0.07 | 0.02 | 332.9 | 0.72 | 0.92 |
| Hex | F9 | DA | E8 | 0 | C | 7 | 2 | 14D | 48 | 5C |
| Octal | 371 | 332 | 350 | 0 | 14 | 7 | 2 | 515 | 110 | 134 |
| Binary | 11111001 | 11011010 | 11101000 | 0 | 1100 | 111 | 10 | 101001101 | 1001000 | 1011100 |
Color Harmonies of #F9DAE8
Complementary color
Monochromatic Colors of #F9DAE8
Black with #F9DAE8
Text Example
Text Example
White with #F9DAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DAE8; }
p { color: rgb(249,218,232); }
H1.HeaderClassName
{
color: #F9DAE8;
}
.AnyTagClassName
{
color: #F9DAE8;
}
</style>
background-color css
<style>
a { background-color: #F9DAE8; }
a { background-color: rgb(249,218,232); }
div.DivClassName
{
background-color: #F9DAE8;
}
.BgClassName
{
background-color: #F9DAE8;
}
</style>
border-color css
<style>
span { border-color: #F9DAE8; }
span { border-color: rgb(249,218,232); }
td.TdClassName
{
border-color: #F9DAE8;
}
.TagClassName
{
border-color: #F9DAE8;
}
</style>