Shades of Pig Pink #F8DEEF
Tints of Pig Pink #F8DEEF
RGB
CMYK
RGB Variations
Color information
#F8DEEF (or 0xF8DEEF) is known color: Pig Pink. HEX triplet: F8, DE and EF. RGB value is (248,222,239). Sum of RGB (Red+Green+Blue) = 248+222+239=709 (93% of max value = 765). Red value is 248 (97.27% from 255 or 34.98% from 709); Green value is 222 (87.11% from 255 or 31.31% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DEEF is #072110. Grayscale: #E7E7E7. Windows color (decimal): -467217 or 15720184. OLE color: 15720184.
HSL color Cylindrical-coordinate representation of color #F8DEEF: hue angle of 320.77º 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 #F8DEEF is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 222 | 239 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.03 |
| HSL | 320.77º | 0.65% | 0.92% | - |
| HSV(B) | 320.77º | 0.1% | 0.97% | - |
| XYZ | 80.41 | 78.43 | 92.56 | - |
| YUV | 231.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 222 | 239 | 0 | 0.10 | 0.04 | 0.03 | 320.77 | 0.65 | 0.92 |
| Hex | F8 | DE | EF | 0 | A | 4 | 3 | 141 | 41 | 5C |
| Octal | 370 | 336 | 357 | 0 | 12 | 4 | 3 | 501 | 101 | 134 |
| Binary | 11111000 | 11011110 | 11101111 | 0 | 1010 | 100 | 11 | 101000001 | 1000001 | 1011100 |
Color Harmonies of #F8DEEF
Complementary color
Monochromatic Colors of #F8DEEF
Black with #F8DEEF
Text Example
Text Example
White with #F8DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DEEF; }
p { color: rgb(248,222,239); }
H1.HeaderClassName
{
color: #F8DEEF;
}
.AnyTagClassName
{
color: #F8DEEF;
}
</style>
background-color css
<style>
a { background-color: #F8DEEF; }
a { background-color: rgb(248,222,239); }
div.DivClassName
{
background-color: #F8DEEF;
}
.BgClassName
{
background-color: #F8DEEF;
}
</style>
border-color css
<style>
span { border-color: #F8DEEF; }
span { border-color: rgb(248,222,239); }
td.TdClassName
{
border-color: #F8DEEF;
}
.TagClassName
{
border-color: #F8DEEF;
}
</style>