Shades of Fair Pink #F2E3DA
Tints of Fair Pink #F2E3DA
RGB
CMYK
RGB Variations
Color information
#F2E3DA (or 0xF2E3DA) is known color: Fair Pink. HEX triplet: F2, E3 and DA. RGB value is (242,227,218). Sum of RGB (Red+Green+Blue) = 242+227+218=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 227 (89.06% from 255 or 33.04% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E3DA is #0D1C25. Grayscale: #E6E6E6. Windows color (decimal): -859174 or 14345202. OLE color: 14345202.
HSL color Cylindrical-coordinate representation of color #F2E3DA: hue angle of 22.5º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2E3DA is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 218 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.05 |
| HSL | 22.5º | 0.48% | 0.9% | - |
| HSV(B) | 22.5º | 0.1% | 0.95% | - |
| XYZ | 76.74 | 78.88 | 77.51 | - |
| YUV | 230.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 218 | 0 | 0.06 | 0.10 | 0.05 | 22.5 | 0.48 | 0.9 |
| Hex | F2 | E3 | DA | 0 | 6 | A | 5 | 16 | 30 | 5A |
| Octal | 362 | 343 | 332 | 0 | 6 | 12 | 5 | 26 | 60 | 132 |
| Binary | 11110010 | 11100011 | 11011010 | 0 | 110 | 1010 | 101 | 10110 | 110000 | 1011010 |
Color Harmonies of #F2E3DA
Complementary color
Monochromatic Colors of #F2E3DA
Black with #F2E3DA
Text Example
Text Example
White with #F2E3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E3DA; }
p { color: rgb(242,227,218); }
H1.HeaderClassName
{
color: #F2E3DA;
}
.AnyTagClassName
{
color: #F2E3DA;
}
</style>
background-color css
<style>
a { background-color: #F2E3DA; }
a { background-color: rgb(242,227,218); }
div.DivClassName
{
background-color: #F2E3DA;
}
.BgClassName
{
background-color: #F2E3DA;
}
</style>
border-color css
<style>
span { border-color: #F2E3DA; }
span { border-color: rgb(242,227,218); }
td.TdClassName
{
border-color: #F2E3DA;
}
.TagClassName
{
border-color: #F2E3DA;
}
</style>