Shades of Pig Pink #F7DAE3
Tints of Pig Pink #F7DAE3
RGB
CMYK
RGB Variations
Color information
#F7DAE3 (or 0xF7DAE3) is known color: Pig Pink. HEX triplet: F7, DA and E3. RGB value is (247,218,227). Sum of RGB (Red+Green+Blue) = 247+218+227=692 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.69% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 227 (89.06% from 255 or 32.80% from 692); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DAE3 is #08251C. Grayscale: #E3E3E3. Windows color (decimal): -533789 or 14932727. OLE color: 14932727.
HSL color Cylindrical-coordinate representation of color #F7DAE3: hue angle of 341.38º 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 #F7DAE3 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 218 | 227 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.03 |
| HSL | 341.38º | 0.64% | 0.91% | - |
| HSV(B) | 341.38º | 0.12% | 0.97% | - |
| XYZ | 77.29 | 75.46 | 83.17 | - |
| YUV | 227.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 218 | 227 | 0 | 0.12 | 0.08 | 0.03 | 341.38 | 0.64 | 0.91 |
| Hex | F7 | DA | E3 | 0 | C | 8 | 3 | 155 | 40 | 5B |
| Octal | 367 | 332 | 343 | 0 | 14 | 10 | 3 | 525 | 100 | 133 |
| Binary | 11110111 | 11011010 | 11100011 | 0 | 1100 | 1000 | 11 | 101010101 | 1000000 | 1011011 |
Color Harmonies of #F7DAE3
Complementary color
Monochromatic Colors of #F7DAE3
Black with #F7DAE3
Text Example
Text Example
White with #F7DAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DAE3; }
p { color: rgb(247,218,227); }
H1.HeaderClassName
{
color: #F7DAE3;
}
.AnyTagClassName
{
color: #F7DAE3;
}
</style>
background-color css
<style>
a { background-color: #F7DAE3; }
a { background-color: rgb(247,218,227); }
div.DivClassName
{
background-color: #F7DAE3;
}
.BgClassName
{
background-color: #F7DAE3;
}
</style>
border-color css
<style>
span { border-color: #F7DAE3; }
span { border-color: rgb(247,218,227); }
td.TdClassName
{
border-color: #F7DAE3;
}
.TagClassName
{
border-color: #F7DAE3;
}
</style>