Shades of Fair Pink #F2E1D4
Tints of Fair Pink #F2E1D4
RGB
CMYK
RGB Variations
Color information
#F2E1D4 (or 0xF2E1D4) is known color: Fair Pink. HEX triplet: F2, E1 and D4. RGB value is (242,225,212). Sum of RGB (Red+Green+Blue) = 242+225+212=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 212 (83.20% from 255 or 31.22% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1D4 is #0D1E2B. Grayscale: #E4E4E4. Windows color (decimal): -859692 or 13951474. OLE color: 13951474.
HSL color Cylindrical-coordinate representation of color #F2E1D4: hue angle of 26º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2E1D4 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 212 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.05 |
| HSL | 26º | 0.54% | 0.89% | - |
| HSV(B) | 26º | 0.12% | 0.95% | - |
| XYZ | 75.43 | 77.48 | 73.27 | - |
| YUV | 228.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 212 | 0 | 0.07 | 0.12 | 0.05 | 26 | 0.54 | 0.89 |
| Hex | F2 | E1 | D4 | 0 | 7 | C | 5 | 1A | 36 | 59 |
| Octal | 362 | 341 | 324 | 0 | 7 | 14 | 5 | 32 | 66 | 131 |
| Binary | 11110010 | 11100001 | 11010100 | 0 | 111 | 1100 | 101 | 11010 | 110110 | 1011001 |
Color Harmonies of #F2E1D4
Complementary color
Monochromatic Colors of #F2E1D4
Black with #F2E1D4
Text Example
Text Example
White with #F2E1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1D4; }
p { color: rgb(242,225,212); }
H1.HeaderClassName
{
color: #F2E1D4;
}
.AnyTagClassName
{
color: #F2E1D4;
}
</style>
background-color css
<style>
a { background-color: #F2E1D4; }
a { background-color: rgb(242,225,212); }
div.DivClassName
{
background-color: #F2E1D4;
}
.BgClassName
{
background-color: #F2E1D4;
}
</style>
border-color css
<style>
span { border-color: #F2E1D4; }
span { border-color: rgb(242,225,212); }
td.TdClassName
{
border-color: #F2E1D4;
}
.TagClassName
{
border-color: #F2E1D4;
}
</style>