Shades of Pig Pink #F8DEEA
Tints of Pig Pink #F8DEEA
RGB
CMYK
RGB Variations
Color information
#F8DEEA (or 0xF8DEEA) is known color: Pig Pink. HEX triplet: F8, DE and EA. RGB value is (248,222,234). Sum of RGB (Red+Green+Blue) = 248+222+234=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DEEA is #072115. Grayscale: #E7E7E7. Windows color (decimal): -467222 or 15392504. OLE color: 15392504.
HSL color Cylindrical-coordinate representation of color #F8DEEA: hue angle of 332.31º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F8DEEA is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 222 | 234 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.03 |
| HSL | 332.31º | 0.65% | 0.92% | - |
| HSV(B) | 332.31º | 0.1% | 0.97% | - |
| XYZ | 79.68 | 78.14 | 88.72 | - |
| YUV | 231.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 222 | 234 | 0 | 0.10 | 0.06 | 0.03 | 332.31 | 0.65 | 0.92 |
| Hex | F8 | DE | EA | 0 | A | 6 | 3 | 14C | 41 | 5C |
| Octal | 370 | 336 | 352 | 0 | 12 | 6 | 3 | 514 | 101 | 134 |
| Binary | 11111000 | 11011110 | 11101010 | 0 | 1010 | 110 | 11 | 101001100 | 1000001 | 1011100 |
Color Harmonies of #F8DEEA
Complementary color
Monochromatic Colors of #F8DEEA
Black with #F8DEEA
Text Example
Text Example
White with #F8DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DEEA; }
p { color: rgb(248,222,234); }
H1.HeaderClassName
{
color: #F8DEEA;
}
.AnyTagClassName
{
color: #F8DEEA;
}
</style>
background-color css
<style>
a { background-color: #F8DEEA; }
a { background-color: rgb(248,222,234); }
div.DivClassName
{
background-color: #F8DEEA;
}
.BgClassName
{
background-color: #F8DEEA;
}
</style>
border-color css
<style>
span { border-color: #F8DEEA; }
span { border-color: rgb(248,222,234); }
td.TdClassName
{
border-color: #F8DEEA;
}
.TagClassName
{
border-color: #F8DEEA;
}
</style>