Shades of Pig Pink #F8D3E6
Tints of Pig Pink #F8D3E6
RGB
CMYK
RGB Variations
Color information
#F8D3E6 (or 0xF8D3E6) is known color: Pig Pink. HEX triplet: F8, D3 and E6. RGB value is (248,211,230). Sum of RGB (Red+Green+Blue) = 248+211+230=689 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.99% from 689); Green value is 211 (82.81% from 255 or 30.62% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D3E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D3E6 is #072C19. Grayscale: #E0E0E0. Windows color (decimal): -470042 or 15127544. OLE color: 15127544.
HSL color Cylindrical-coordinate representation of color #F8D3E6: hue angle of 329.19º 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 #F8D3E6 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 211 | 230 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.03 |
| HSL | 329.19º | 0.73% | 0.9% | - |
| HSV(B) | 329.19º | 0.15% | 0.97% | - |
| XYZ | 76.29 | 72.26 | 84.79 | - |
| YUV | 224.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 211 | 230 | 0 | 0.15 | 0.07 | 0.03 | 329.19 | 0.73 | 0.9 |
| Hex | F8 | D3 | E6 | 0 | F | 7 | 3 | 149 | 49 | 5A |
| Octal | 370 | 323 | 346 | 0 | 17 | 7 | 3 | 511 | 111 | 132 |
| Binary | 11111000 | 11010011 | 11100110 | 0 | 1111 | 111 | 11 | 101001001 | 1001001 | 1011010 |
Color Harmonies of #F8D3E6
Complementary color
Monochromatic Colors of #F8D3E6
Black with #F8D3E6
Text Example
Text Example
White with #F8D3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D3E6; }
p { color: rgb(248,211,230); }
H1.HeaderClassName
{
color: #F8D3E6;
}
.AnyTagClassName
{
color: #F8D3E6;
}
</style>
background-color css
<style>
a { background-color: #F8D3E6; }
a { background-color: rgb(248,211,230); }
div.DivClassName
{
background-color: #F8D3E6;
}
.BgClassName
{
background-color: #F8D3E6;
}
</style>
border-color css
<style>
span { border-color: #F8D3E6; }
span { border-color: rgb(248,211,230); }
td.TdClassName
{
border-color: #F8D3E6;
}
.TagClassName
{
border-color: #F8D3E6;
}
</style>