Shades of Fair Pink #F7E6D9
Tints of Fair Pink #F7E6D9
RGB
CMYK
RGB Variations
Color information
#F7E6D9 (or 0xF7E6D9) is known color: Fair Pink. HEX triplet: F7, E6 and D9. RGB value is (247,230,217). Sum of RGB (Red+Green+Blue) = 247+230+217=694 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.59% from 694); Green value is 230 (90.23% from 255 or 33.14% from 694); Blue value is 217 (85.16% from 255 or 31.27% from 694); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E6D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7E6D9 is #081926. Grayscale: #E9E9E9. Windows color (decimal): -530727 or 14280439. OLE color: 14280439.
HSL color Cylindrical-coordinate representation of color #F7E6D9: hue angle of 26º degrees, saturation: 0.65, 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 #F7E6D9 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 230 | 217 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.03 |
| HSL | 26º | 0.65% | 0.91% | - |
| HSV(B) | 26º | 0.12% | 0.97% | - |
| XYZ | 79.18 | 81.38 | 77.18 | - |
| YUV | 233.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 230 | 217 | 0 | 0.07 | 0.12 | 0.03 | 26 | 0.65 | 0.91 |
| Hex | F7 | E6 | D9 | 0 | 7 | C | 3 | 1A | 41 | 5B |
| Octal | 367 | 346 | 331 | 0 | 7 | 14 | 3 | 32 | 101 | 133 |
| Binary | 11110111 | 11100110 | 11011001 | 0 | 111 | 1100 | 11 | 11010 | 1000001 | 1011011 |
Color Harmonies of #F7E6D9
Complementary color
Monochromatic Colors of #F7E6D9
Black with #F7E6D9
Text Example
Text Example
White with #F7E6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E6D9; }
p { color: rgb(247,230,217); }
H1.HeaderClassName
{
color: #F7E6D9;
}
.AnyTagClassName
{
color: #F7E6D9;
}
</style>
background-color css
<style>
a { background-color: #F7E6D9; }
a { background-color: rgb(247,230,217); }
div.DivClassName
{
background-color: #F7E6D9;
}
.BgClassName
{
background-color: #F7E6D9;
}
</style>
border-color css
<style>
span { border-color: #F7E6D9; }
span { border-color: rgb(247,230,217); }
td.TdClassName
{
border-color: #F7E6D9;
}
.TagClassName
{
border-color: #F7E6D9;
}
</style>