Shades of Pig Pink #F8D6EA
Tints of Pig Pink #F8D6EA
RGB
CMYK
RGB Variations
Color information
#F8D6EA (or 0xF8D6EA) is known color: Pig Pink. HEX triplet: F8, D6 and EA. RGB value is (248,214,234). Sum of RGB (Red+Green+Blue) = 248+214+234=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 214 (83.98% from 255 or 30.75% from 696); Blue value is 234 (91.80% from 255 or 33.62% from 696); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8D6EA is #072915. Grayscale: #E2E2E2. Windows color (decimal): -469270 or 15390456. OLE color: 15390456.
HSL color Cylindrical-coordinate representation of color #F8D6EA: hue angle of 324.71º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8D6EA is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 234 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.03 |
| HSL | 324.71º | 0.71% | 0.91% | - |
| HSV(B) | 324.71º | 0.14% | 0.97% | - |
| XYZ | 77.61 | 73.99 | 88.03 | - |
| YUV | 226.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 234 | 0 | 0.14 | 0.06 | 0.03 | 324.71 | 0.71 | 0.91 |
| Hex | F8 | D6 | EA | 0 | E | 6 | 3 | 145 | 47 | 5B |
| Octal | 370 | 326 | 352 | 0 | 16 | 6 | 3 | 505 | 107 | 133 |
| Binary | 11111000 | 11010110 | 11101010 | 0 | 1110 | 110 | 11 | 101000101 | 1000111 | 1011011 |
Color Harmonies of #F8D6EA
Complementary color
Monochromatic Colors of #F8D6EA
Black with #F8D6EA
Text Example
Text Example
White with #F8D6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D6EA; }
p { color: rgb(248,214,234); }
H1.HeaderClassName
{
color: #F8D6EA;
}
.AnyTagClassName
{
color: #F8D6EA;
}
</style>
background-color css
<style>
a { background-color: #F8D6EA; }
a { background-color: rgb(248,214,234); }
div.DivClassName
{
background-color: #F8D6EA;
}
.BgClassName
{
background-color: #F8D6EA;
}
</style>
border-color css
<style>
span { border-color: #F8D6EA; }
span { border-color: rgb(248,214,234); }
td.TdClassName
{
border-color: #F8D6EA;
}
.TagClassName
{
border-color: #F8D6EA;
}
</style>