Shades of Pig Pink #F7DAEA
Tints of Pig Pink #F7DAEA
RGB
CMYK
RGB Variations
Color information
#F7DAEA (or 0xF7DAEA) is known color: Pig Pink. HEX triplet: F7, DA and EA. RGB value is (247,218,234). Sum of RGB (Red+Green+Blue) = 247+218+234=699 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.34% from 699); Green value is 218 (85.55% from 255 or 31.19% from 699); Blue value is 234 (91.80% from 255 or 33.48% from 699); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DAEA is #082515. Grayscale: #E4E4E4. Windows color (decimal): -533782 or 15391479. OLE color: 15391479.
HSL color Cylindrical-coordinate representation of color #F7DAEA: hue angle of 326.9º degrees, saturation: 0.64, 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 #F7DAEA is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 218 | 234 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.03 |
| HSL | 326.9º | 0.64% | 0.91% | - |
| HSV(B) | 326.9º | 0.12% | 0.97% | - |
| XYZ | 78.28 | 75.86 | 88.36 | - |
| YUV | 228.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 218 | 234 | 0 | 0.12 | 0.05 | 0.03 | 326.9 | 0.64 | 0.91 |
| Hex | F7 | DA | EA | 0 | C | 5 | 3 | 147 | 40 | 5B |
| Octal | 367 | 332 | 352 | 0 | 14 | 5 | 3 | 507 | 100 | 133 |
| Binary | 11110111 | 11011010 | 11101010 | 0 | 1100 | 101 | 11 | 101000111 | 1000000 | 1011011 |
Color Harmonies of #F7DAEA
Complementary color
Monochromatic Colors of #F7DAEA
Black with #F7DAEA
Text Example
Text Example
White with #F7DAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DAEA; }
p { color: rgb(247,218,234); }
H1.HeaderClassName
{
color: #F7DAEA;
}
.AnyTagClassName
{
color: #F7DAEA;
}
</style>
background-color css
<style>
a { background-color: #F7DAEA; }
a { background-color: rgb(247,218,234); }
div.DivClassName
{
background-color: #F7DAEA;
}
.BgClassName
{
background-color: #F7DAEA;
}
</style>
border-color css
<style>
span { border-color: #F7DAEA; }
span { border-color: rgb(247,218,234); }
td.TdClassName
{
border-color: #F7DAEA;
}
.TagClassName
{
border-color: #F7DAEA;
}
</style>