Shades of Pig Pink #F8DEF0
Tints of Pig Pink #F8DEF0
RGB
CMYK
RGB Variations
Color information
#F8DEF0 (or 0xF8DEF0) is known color: Pig Pink. HEX triplet: F8, DE and F0. RGB value is (248,222,240). Sum of RGB (Red+Green+Blue) = 248+222+240=710 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.93% from 710); Green value is 222 (87.11% from 255 or 31.27% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DEF0 is #07210F. Grayscale: #E7E7E7. Windows color (decimal): -467216 or 15785720. OLE color: 15785720.
HSL color Cylindrical-coordinate representation of color #F8DEF0: hue angle of 318.46º 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 #F8DEF0 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 222 | 240 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.03 |
| HSL | 318.46º | 0.65% | 0.92% | - |
| HSV(B) | 318.46º | 0.1% | 0.97% | - |
| XYZ | 80.56 | 78.49 | 93.34 | - |
| YUV | 231.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 222 | 240 | 0 | 0.10 | 0.03 | 0.03 | 318.46 | 0.65 | 0.92 |
| Hex | F8 | DE | F0 | 0 | A | 3 | 3 | 13E | 41 | 5C |
| Octal | 370 | 336 | 360 | 0 | 12 | 3 | 3 | 476 | 101 | 134 |
| Binary | 11111000 | 11011110 | 11110000 | 0 | 1010 | 11 | 11 | 100111110 | 1000001 | 1011100 |
Color Harmonies of #F8DEF0
Complementary color
Monochromatic Colors of #F8DEF0
Black with #F8DEF0
Text Example
Text Example
White with #F8DEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DEF0; }
p { color: rgb(248,222,240); }
H1.HeaderClassName
{
color: #F8DEF0;
}
.AnyTagClassName
{
color: #F8DEF0;
}
</style>
background-color css
<style>
a { background-color: #F8DEF0; }
a { background-color: rgb(248,222,240); }
div.DivClassName
{
background-color: #F8DEF0;
}
.BgClassName
{
background-color: #F8DEF0;
}
</style>
border-color css
<style>
span { border-color: #F8DEF0; }
span { border-color: rgb(248,222,240); }
td.TdClassName
{
border-color: #F8DEF0;
}
.TagClassName
{
border-color: #F8DEF0;
}
</style>