Shades of Pig Pink #F8DCEC
Tints of Pig Pink #F8DCEC
RGB
CMYK
RGB Variations
Color information
#F8DCEC (or 0xF8DCEC) is known color: Pig Pink. HEX triplet: F8, DC and EC. RGB value is (248,220,236). Sum of RGB (Red+Green+Blue) = 248+220+236=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCEC is #072313. Grayscale: #E6E6E6. Windows color (decimal): -467732 or 15523064. OLE color: 15523064.
HSL color Cylindrical-coordinate representation of color #F8DCEC: hue angle of 325.71º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8DCEC is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 236 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.03 |
| HSL | 325.71º | 0.67% | 0.92% | - |
| HSV(B) | 325.71º | 0.11% | 0.97% | - |
| XYZ | 79.44 | 77.2 | 90.07 | - |
| YUV | 230.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 236 | 0 | 0.11 | 0.05 | 0.03 | 325.71 | 0.67 | 0.92 |
| Hex | F8 | DC | EC | 0 | B | 5 | 3 | 146 | 43 | 5C |
| Octal | 370 | 334 | 354 | 0 | 13 | 5 | 3 | 506 | 103 | 134 |
| Binary | 11111000 | 11011100 | 11101100 | 0 | 1011 | 101 | 11 | 101000110 | 1000011 | 1011100 |
Color Harmonies of #F8DCEC
Complementary color
Monochromatic Colors of #F8DCEC
Black with #F8DCEC
Text Example
Text Example
White with #F8DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DCEC; }
p { color: rgb(248,220,236); }
H1.HeaderClassName
{
color: #F8DCEC;
}
.AnyTagClassName
{
color: #F8DCEC;
}
</style>
background-color css
<style>
a { background-color: #F8DCEC; }
a { background-color: rgb(248,220,236); }
div.DivClassName
{
background-color: #F8DCEC;
}
.BgClassName
{
background-color: #F8DCEC;
}
</style>
border-color css
<style>
span { border-color: #F8DCEC; }
span { border-color: rgb(248,220,236); }
td.TdClassName
{
border-color: #F8DCEC;
}
.TagClassName
{
border-color: #F8DCEC;
}
</style>