Shades of Fair Pink #F2E2D7
Tints of Fair Pink #F2E2D7
RGB
CMYK
RGB Variations
Color information
#F2E2D7 (or 0xF2E2D7) is known color: Fair Pink. HEX triplet: F2, E2 and D7. RGB value is (242,226,215). Sum of RGB (Red+Green+Blue) = 242+226+215=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 215 (84.38% from 255 or 31.48% from 683); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2D7 is #0D1D28. Grayscale: #E5E5E5. Windows color (decimal): -859433 or 14148338. OLE color: 14148338.
HSL color Cylindrical-coordinate representation of color #F2E2D7: hue angle of 24.44º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2E2D7 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 215 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.05 |
| HSL | 24.44º | 0.51% | 0.9% | - |
| HSV(B) | 24.44º | 0.11% | 0.95% | - |
| XYZ | 76.08 | 78.18 | 75.37 | - |
| YUV | 229.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 215 | 0 | 0.07 | 0.11 | 0.05 | 24.44 | 0.51 | 0.9 |
| Hex | F2 | E2 | D7 | 0 | 7 | B | 5 | 18 | 33 | 5A |
| Octal | 362 | 342 | 327 | 0 | 7 | 13 | 5 | 30 | 63 | 132 |
| Binary | 11110010 | 11100010 | 11010111 | 0 | 111 | 1011 | 101 | 11000 | 110011 | 1011010 |
Color Harmonies of #F2E2D7
Complementary color
Monochromatic Colors of #F2E2D7
Black with #F2E2D7
Text Example
Text Example
White with #F2E2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E2D7; }
p { color: rgb(242,226,215); }
H1.HeaderClassName
{
color: #F2E2D7;
}
.AnyTagClassName
{
color: #F2E2D7;
}
</style>
background-color css
<style>
a { background-color: #F2E2D7; }
a { background-color: rgb(242,226,215); }
div.DivClassName
{
background-color: #F2E2D7;
}
.BgClassName
{
background-color: #F2E2D7;
}
</style>
border-color css
<style>
span { border-color: #F2E2D7; }
span { border-color: rgb(242,226,215); }
td.TdClassName
{
border-color: #F2E2D7;
}
.TagClassName
{
border-color: #F2E2D7;
}
</style>