Shades of Pig Pink #F7DAE6
Tints of Pig Pink #F7DAE6
RGB
CMYK
RGB Variations
Color information
#F7DAE6 (or 0xF7DAE6) is known color: Pig Pink. HEX triplet: F7, DA and E6. RGB value is (247,218,230). Sum of RGB (Red+Green+Blue) = 247+218+230=695 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.54% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 230 (90.23% from 255 or 33.09% from 695); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DAE6 is #082519. Grayscale: #E4E4E4. Windows color (decimal): -533786 or 15129335. OLE color: 15129335.
HSL color Cylindrical-coordinate representation of color #F7DAE6: hue angle of 335.17º 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 #F7DAE6 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 218 | 230 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.03 |
| HSL | 335.17º | 0.64% | 0.91% | - |
| HSV(B) | 335.17º | 0.12% | 0.97% | - |
| XYZ | 77.71 | 75.63 | 85.37 | - |
| YUV | 228.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 218 | 230 | 0 | 0.12 | 0.07 | 0.03 | 335.17 | 0.64 | 0.91 |
| Hex | F7 | DA | E6 | 0 | C | 7 | 3 | 14F | 40 | 5B |
| Octal | 367 | 332 | 346 | 0 | 14 | 7 | 3 | 517 | 100 | 133 |
| Binary | 11110111 | 11011010 | 11100110 | 0 | 1100 | 111 | 11 | 101001111 | 1000000 | 1011011 |
Color Harmonies of #F7DAE6
Complementary color
Monochromatic Colors of #F7DAE6
Black with #F7DAE6
Text Example
Text Example
White with #F7DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DAE6; }
p { color: rgb(247,218,230); }
H1.HeaderClassName
{
color: #F7DAE6;
}
.AnyTagClassName
{
color: #F7DAE6;
}
</style>
background-color css
<style>
a { background-color: #F7DAE6; }
a { background-color: rgb(247,218,230); }
div.DivClassName
{
background-color: #F7DAE6;
}
.BgClassName
{
background-color: #F7DAE6;
}
</style>
border-color css
<style>
span { border-color: #F7DAE6; }
span { border-color: rgb(247,218,230); }
td.TdClassName
{
border-color: #F7DAE6;
}
.TagClassName
{
border-color: #F7DAE6;
}
</style>