Shades of Pig Pink #F9DFE8
Tints of Pig Pink #F9DFE8
RGB
CMYK
RGB Variations
Color information
#F9DFE8 (or 0xF9DFE8) is known color: Pig Pink. HEX triplet: F9, DF and E8. RGB value is (249,223,232). Sum of RGB (Red+Green+Blue) = 249+223+232=704 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.37% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 232 (91.02% from 255 or 32.95% from 704); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DFE8 is #062017. Grayscale: #E7E7E7. Windows color (decimal): -401432 or 15261689. OLE color: 15261689.
HSL color Cylindrical-coordinate representation of color #F9DFE8: hue angle of 339.23º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9DFE8 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 232 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.02 |
| HSL | 339.23º | 0.68% | 0.93% | - |
| HSV(B) | 339.23º | 0.1% | 0.98% | - |
| XYZ | 80.02 | 78.74 | 87.33 | - |
| YUV | 231.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 232 | 0 | 0.10 | 0.07 | 0.02 | 339.23 | 0.68 | 0.93 |
| Hex | F9 | DF | E8 | 0 | A | 7 | 2 | 153 | 44 | 5D |
| Octal | 371 | 337 | 350 | 0 | 12 | 7 | 2 | 523 | 104 | 135 |
| Binary | 11111001 | 11011111 | 11101000 | 0 | 1010 | 111 | 10 | 101010011 | 1000100 | 1011101 |
Color Harmonies of #F9DFE8
Complementary color
Monochromatic Colors of #F9DFE8
Black with #F9DFE8
Text Example
Text Example
White with #F9DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DFE8; }
p { color: rgb(249,223,232); }
H1.HeaderClassName
{
color: #F9DFE8;
}
.AnyTagClassName
{
color: #F9DFE8;
}
</style>
background-color css
<style>
a { background-color: #F9DFE8; }
a { background-color: rgb(249,223,232); }
div.DivClassName
{
background-color: #F9DFE8;
}
.BgClassName
{
background-color: #F9DFE8;
}
</style>
border-color css
<style>
span { border-color: #F9DFE8; }
span { border-color: rgb(249,223,232); }
td.TdClassName
{
border-color: #F9DFE8;
}
.TagClassName
{
border-color: #F9DFE8;
}
</style>