Shades of Pig Pink #F8DBEC
Tints of Pig Pink #F8DBEC
RGB
CMYK
RGB Variations
Color information
#F8DBEC (or 0xF8DBEC) is known color: Pig Pink. HEX triplet: F8, DB and EC. RGB value is (248,219,236). Sum of RGB (Red+Green+Blue) = 248+219+236=703 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.28% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DBEC is #072413. Grayscale: #E5E5E5. Windows color (decimal): -467988 or 15522808. OLE color: 15522808.
HSL color Cylindrical-coordinate representation of color #F8DBEC: hue angle of 324.83º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DBEC is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 236 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.03 |
| HSL | 324.83º | 0.67% | 0.92% | - |
| HSV(B) | 324.83º | 0.12% | 0.97% | - |
| XYZ | 79.18 | 76.68 | 89.98 | - |
| YUV | 229.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 236 | 0 | 0.12 | 0.05 | 0.03 | 324.83 | 0.67 | 0.92 |
| Hex | F8 | DB | EC | 0 | C | 5 | 3 | 145 | 43 | 5C |
| Octal | 370 | 333 | 354 | 0 | 14 | 5 | 3 | 505 | 103 | 134 |
| Binary | 11111000 | 11011011 | 11101100 | 0 | 1100 | 101 | 11 | 101000101 | 1000011 | 1011100 |
Color Harmonies of #F8DBEC
Complementary color
Monochromatic Colors of #F8DBEC
Black with #F8DBEC
Text Example
Text Example
White with #F8DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DBEC; }
p { color: rgb(248,219,236); }
H1.HeaderClassName
{
color: #F8DBEC;
}
.AnyTagClassName
{
color: #F8DBEC;
}
</style>
background-color css
<style>
a { background-color: #F8DBEC; }
a { background-color: rgb(248,219,236); }
div.DivClassName
{
background-color: #F8DBEC;
}
.BgClassName
{
background-color: #F8DBEC;
}
</style>
border-color css
<style>
span { border-color: #F8DBEC; }
span { border-color: rgb(248,219,236); }
td.TdClassName
{
border-color: #F8DBEC;
}
.TagClassName
{
border-color: #F8DBEC;
}
</style>