Shades of Pig Pink #F8D3E7
Tints of Pig Pink #F8D3E7
RGB
CMYK
RGB Variations
Color information
#F8D3E7 (or 0xF8D3E7) is known color: Pig Pink. HEX triplet: F8, D3 and E7. RGB value is (248,211,231). Sum of RGB (Red+Green+Blue) = 248+211+231=690 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.94% from 690); Green value is 211 (82.81% from 255 or 30.58% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D3E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D3E7 is #072C18. Grayscale: #E0E0E0. Windows color (decimal): -470041 or 15193080. OLE color: 15193080.
HSL color Cylindrical-coordinate representation of color #F8D3E7: hue angle of 327.57º degrees, saturation: 0.73, 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 #F8D3E7 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 231 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.03 |
| HSL | 327.57º | 0.73% | 0.9% | - |
| HSV(B) | 327.57º | 0.15% | 0.97% | - |
| XYZ | 76.43 | 72.31 | 85.53 | - |
| YUV | 224.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 231 | 0 | 0.15 | 0.07 | 0.03 | 327.57 | 0.73 | 0.9 |
| Hex | F8 | D3 | E7 | 0 | F | 7 | 3 | 148 | 49 | 5A |
| Octal | 370 | 323 | 347 | 0 | 17 | 7 | 3 | 510 | 111 | 132 |
| Binary | 11111000 | 11010011 | 11100111 | 0 | 1111 | 111 | 11 | 101001000 | 1001001 | 1011010 |
Color Harmonies of #F8D3E7
Complementary color
Monochromatic Colors of #F8D3E7
Black with #F8D3E7
Text Example
Text Example
White with #F8D3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D3E7; }
p { color: rgb(248,211,231); }
H1.HeaderClassName
{
color: #F8D3E7;
}
.AnyTagClassName
{
color: #F8D3E7;
}
</style>
background-color css
<style>
a { background-color: #F8D3E7; }
a { background-color: rgb(248,211,231); }
div.DivClassName
{
background-color: #F8D3E7;
}
.BgClassName
{
background-color: #F8D3E7;
}
</style>
border-color css
<style>
span { border-color: #F8D3E7; }
span { border-color: rgb(248,211,231); }
td.TdClassName
{
border-color: #F8D3E7;
}
.TagClassName
{
border-color: #F8D3E7;
}
</style>