Shades of Pig Pink #F8DFE8
Tints of Pig Pink #F8DFE8
RGB
CMYK
RGB Variations
Color information
#F8DFE8 (or 0xF8DFE8) is known color: Pig Pink. HEX triplet: F8, DF and E8. RGB value is (248,223,232). Sum of RGB (Red+Green+Blue) = 248+223+232=703 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.28% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 232 (91.02% from 255 or 33.00% from 703); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DFE8 is #072017. Grayscale: #E7E7E7. Windows color (decimal): -466968 or 15261688. OLE color: 15261688.
HSL color Cylindrical-coordinate representation of color #F8DFE8: hue angle of 338.4º degrees, saturation: 0.64, 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 #F8DFE8 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 232 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.03 |
| HSL | 338.4º | 0.64% | 0.92% | - |
| HSV(B) | 338.4º | 0.1% | 0.97% | - |
| XYZ | 79.66 | 78.56 | 87.31 | - |
| YUV | 231.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 232 | 0 | 0.10 | 0.06 | 0.03 | 338.4 | 0.64 | 0.92 |
| Hex | F8 | DF | E8 | 0 | A | 6 | 3 | 152 | 40 | 5C |
| Octal | 370 | 337 | 350 | 0 | 12 | 6 | 3 | 522 | 100 | 134 |
| Binary | 11111000 | 11011111 | 11101000 | 0 | 1010 | 110 | 11 | 101010010 | 1000000 | 1011100 |
Color Harmonies of #F8DFE8
Complementary color
Monochromatic Colors of #F8DFE8
Black with #F8DFE8
Text Example
Text Example
White with #F8DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFE8; }
p { color: rgb(248,223,232); }
H1.HeaderClassName
{
color: #F8DFE8;
}
.AnyTagClassName
{
color: #F8DFE8;
}
</style>
background-color css
<style>
a { background-color: #F8DFE8; }
a { background-color: rgb(248,223,232); }
div.DivClassName
{
background-color: #F8DFE8;
}
.BgClassName
{
background-color: #F8DFE8;
}
</style>
border-color css
<style>
span { border-color: #F8DFE8; }
span { border-color: rgb(248,223,232); }
td.TdClassName
{
border-color: #F8DFE8;
}
.TagClassName
{
border-color: #F8DFE8;
}
</style>