Shades of Fair Pink #F4E2D7
Tints of Fair Pink #F4E2D7
RGB
CMYK
RGB Variations
Color information
#F4E2D7 (or 0xF4E2D7) is known color: Fair Pink. HEX triplet: F4, E2 and D7. RGB value is (244,226,215). Sum of RGB (Red+Green+Blue) = 244+226+215=685 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.62% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 215 (84.38% from 255 or 31.39% from 685); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E2D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E2D7 is #0B1D28. Grayscale: #E6E6E6. Windows color (decimal): -728361 or 14148340. OLE color: 14148340.
HSL color Cylindrical-coordinate representation of color #F4E2D7: hue angle of 22.76º degrees, saturation: 0.57, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F4E2D7 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 226 | 215 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.04 |
| HSL | 22.76º | 0.57% | 0.9% | - |
| HSV(B) | 22.76º | 0.12% | 0.96% | - |
| XYZ | 76.77 | 78.53 | 75.4 | - |
| YUV | 230.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 226 | 215 | 0 | 0.07 | 0.12 | 0.04 | 22.76 | 0.57 | 0.9 |
| Hex | F4 | E2 | D7 | 0 | 7 | C | 4 | 17 | 39 | 5A |
| Octal | 364 | 342 | 327 | 0 | 7 | 14 | 4 | 27 | 71 | 132 |
| Binary | 11110100 | 11100010 | 11010111 | 0 | 111 | 1100 | 100 | 10111 | 111001 | 1011010 |
Color Harmonies of #F4E2D7
Complementary color
Monochromatic Colors of #F4E2D7
Black with #F4E2D7
Text Example
Text Example
White with #F4E2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E2D7; }
p { color: rgb(244,226,215); }
H1.HeaderClassName
{
color: #F4E2D7;
}
.AnyTagClassName
{
color: #F4E2D7;
}
</style>
background-color css
<style>
a { background-color: #F4E2D7; }
a { background-color: rgb(244,226,215); }
div.DivClassName
{
background-color: #F4E2D7;
}
.BgClassName
{
background-color: #F4E2D7;
}
</style>
border-color css
<style>
span { border-color: #F4E2D7; }
span { border-color: rgb(244,226,215); }
td.TdClassName
{
border-color: #F4E2D7;
}
.TagClassName
{
border-color: #F4E2D7;
}
</style>