Shades of Fair Pink #F2E1D7
Tints of Fair Pink #F2E1D7
RGB
CMYK
RGB Variations
Color information
#F2E1D7 (or 0xF2E1D7) is known color: Fair Pink. HEX triplet: F2, E1 and D7. RGB value is (242,225,215). Sum of RGB (Red+Green+Blue) = 242+225+215=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 215 (84.38% from 255 or 31.52% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1D7 is #0D1E28. Grayscale: #E5E5E5. Windows color (decimal): -859689 or 14148082. OLE color: 14148082.
HSL color Cylindrical-coordinate representation of color #F2E1D7: hue angle of 22.22º 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 #F2E1D7 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 215 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.05 |
| HSL | 22.22º | 0.51% | 0.9% | - |
| HSV(B) | 22.22º | 0.11% | 0.95% | - |
| XYZ | 75.81 | 77.63 | 75.28 | - |
| YUV | 228.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 215 | 0 | 0.07 | 0.11 | 0.05 | 22.22 | 0.51 | 0.9 |
| Hex | F2 | E1 | D7 | 0 | 7 | B | 5 | 16 | 33 | 5A |
| Octal | 362 | 341 | 327 | 0 | 7 | 13 | 5 | 26 | 63 | 132 |
| Binary | 11110010 | 11100001 | 11010111 | 0 | 111 | 1011 | 101 | 10110 | 110011 | 1011010 |
Color Harmonies of #F2E1D7
Complementary color
Monochromatic Colors of #F2E1D7
Black with #F2E1D7
Text Example
Text Example
White with #F2E1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1D7; }
p { color: rgb(242,225,215); }
H1.HeaderClassName
{
color: #F2E1D7;
}
.AnyTagClassName
{
color: #F2E1D7;
}
</style>
background-color css
<style>
a { background-color: #F2E1D7; }
a { background-color: rgb(242,225,215); }
div.DivClassName
{
background-color: #F2E1D7;
}
.BgClassName
{
background-color: #F2E1D7;
}
</style>
border-color css
<style>
span { border-color: #F2E1D7; }
span { border-color: rgb(242,225,215); }
td.TdClassName
{
border-color: #F2E1D7;
}
.TagClassName
{
border-color: #F2E1D7;
}
</style>