Shades of Pig Pink #F8DAEA
Tints of Pig Pink #F8DAEA
RGB
CMYK
RGB Variations
Color information
#F8DAEA (or 0xF8DAEA) is known color: Pig Pink. HEX triplet: F8, DA and EA. RGB value is (248,218,234). Sum of RGB (Red+Green+Blue) = 248+218+234=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 218 (85.55% from 255 or 31.14% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DAEA is #072515. Grayscale: #E4E4E4. Windows color (decimal): -468246 or 15391480. OLE color: 15391480.
HSL color Cylindrical-coordinate representation of color #F8DAEA: hue angle of 328º 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 #F8DAEA is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 218 | 234 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.03 |
| HSL | 328º | 0.68% | 0.91% | - |
| HSV(B) | 328º | 0.12% | 0.97% | - |
| XYZ | 78.63 | 76.04 | 88.37 | - |
| YUV | 228.79 | 130.94 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 218 | 234 | 0 | 0.12 | 0.06 | 0.03 | 328 | 0.68 | 0.91 |
| Hex | F8 | DA | EA | 0 | C | 6 | 3 | 148 | 44 | 5B |
| Octal | 370 | 332 | 352 | 0 | 14 | 6 | 3 | 510 | 104 | 133 |
| Binary | 11111000 | 11011010 | 11101010 | 0 | 1100 | 110 | 11 | 101001000 | 1000100 | 1011011 |
Color Harmonies of #F8DAEA
Complementary color
Monochromatic Colors of #F8DAEA
Black with #F8DAEA
Text Example
Text Example
White with #F8DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DAEA; }
p { color: rgb(248,218,234); }
H1.HeaderClassName
{
color: #F8DAEA;
}
.AnyTagClassName
{
color: #F8DAEA;
}
</style>
background-color css
<style>
a { background-color: #F8DAEA; }
a { background-color: rgb(248,218,234); }
div.DivClassName
{
background-color: #F8DAEA;
}
.BgClassName
{
background-color: #F8DAEA;
}
</style>
border-color css
<style>
span { border-color: #F8DAEA; }
span { border-color: rgb(248,218,234); }
td.TdClassName
{
border-color: #F8DAEA;
}
.TagClassName
{
border-color: #F8DAEA;
}
</style>