Shades of Pig Pink #F8DAEC
Tints of Pig Pink #F8DAEC
RGB
CMYK
RGB Variations
Color information
#F8DAEC (or 0xF8DAEC) is known color: Pig Pink. HEX triplet: F8, DA and EC. RGB value is (248,218,236). Sum of RGB (Red+Green+Blue) = 248+218+236=702 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.33% from 702); Green value is 218 (85.55% from 255 or 31.05% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DAEC is #072513. Grayscale: #E4E4E4. Windows color (decimal): -468244 or 15522552. OLE color: 15522552.
HSL color Cylindrical-coordinate representation of color #F8DAEC: hue angle of 324º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F8DAEC is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 236 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.03 |
| HSL | 324º | 0.68% | 0.91% | - |
| HSV(B) | 324º | 0.12% | 0.97% | - |
| XYZ | 78.92 | 76.16 | 89.9 | - |
| YUV | 229.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 236 | 0 | 0.12 | 0.05 | 0.03 | 324 | 0.68 | 0.91 |
| Hex | F8 | DA | EC | 0 | C | 5 | 3 | 144 | 44 | 5B |
| Octal | 370 | 332 | 354 | 0 | 14 | 5 | 3 | 504 | 104 | 133 |
| Binary | 11111000 | 11011010 | 11101100 | 0 | 1100 | 101 | 11 | 101000100 | 1000100 | 1011011 |
Color Harmonies of #F8DAEC
Complementary color
Monochromatic Colors of #F8DAEC
Black with #F8DAEC
Text Example
Text Example
White with #F8DAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DAEC; }
p { color: rgb(248,218,236); }
H1.HeaderClassName
{
color: #F8DAEC;
}
.AnyTagClassName
{
color: #F8DAEC;
}
</style>
background-color css
<style>
a { background-color: #F8DAEC; }
a { background-color: rgb(248,218,236); }
div.DivClassName
{
background-color: #F8DAEC;
}
.BgClassName
{
background-color: #F8DAEC;
}
</style>
border-color css
<style>
span { border-color: #F8DAEC; }
span { border-color: rgb(248,218,236); }
td.TdClassName
{
border-color: #F8DAEC;
}
.TagClassName
{
border-color: #F8DAEC;
}
</style>