Shades of Pig Pink #F8D4E6
Tints of Pig Pink #F8D4E6
RGB
CMYK
RGB Variations
Color information
#F8D4E6 (or 0xF8D4E6) is known color: Pig Pink. HEX triplet: F8, D4 and E6. RGB value is (248,212,230). Sum of RGB (Red+Green+Blue) = 248+212+230=690 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.94% from 690); Green value is 212 (83.20% from 255 or 30.72% from 690); Blue value is 230 (90.23% from 255 or 33.33% from 690); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D4E6 is #072B19. Grayscale: #E0E0E0. Windows color (decimal): -469786 or 15127800. OLE color: 15127800.
HSL color Cylindrical-coordinate representation of color #F8D4E6: hue angle of 330º degrees, saturation: 0.72, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8D4E6 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 230 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.03 |
| HSL | 330º | 0.72% | 0.9% | - |
| HSV(B) | 330º | 0.15% | 0.97% | - |
| XYZ | 76.54 | 72.76 | 84.87 | - |
| YUV | 224.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 230 | 0 | 0.15 | 0.07 | 0.03 | 330 | 0.72 | 0.9 |
| Hex | F8 | D4 | E6 | 0 | F | 7 | 3 | 14A | 48 | 5A |
| Octal | 370 | 324 | 346 | 0 | 17 | 7 | 3 | 512 | 110 | 132 |
| Binary | 11111000 | 11010100 | 11100110 | 0 | 1111 | 111 | 11 | 101001010 | 1001000 | 1011010 |
Color Harmonies of #F8D4E6
Complementary color
Monochromatic Colors of #F8D4E6
Black with #F8D4E6
Text Example
Text Example
White with #F8D4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D4E6; }
p { color: rgb(248,212,230); }
H1.HeaderClassName
{
color: #F8D4E6;
}
.AnyTagClassName
{
color: #F8D4E6;
}
</style>
background-color css
<style>
a { background-color: #F8D4E6; }
a { background-color: rgb(248,212,230); }
div.DivClassName
{
background-color: #F8D4E6;
}
.BgClassName
{
background-color: #F8D4E6;
}
</style>
border-color css
<style>
span { border-color: #F8D4E6; }
span { border-color: rgb(248,212,230); }
td.TdClassName
{
border-color: #F8D4E6;
}
.TagClassName
{
border-color: #F8D4E6;
}
</style>