Shades of Fair Pink #F2E3DB
Tints of Fair Pink #F2E3DB
RGB
CMYK
RGB Variations
Color information
#F2E3DB (or 0xF2E3DB) is known color: Fair Pink. HEX triplet: F2, E3 and DB. RGB value is (242,227,219). Sum of RGB (Red+Green+Blue) = 242+227+219=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 227 (89.06% from 255 or 32.99% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E3DB is #0D1C24. Grayscale: #E6E6E6. Windows color (decimal): -859173 or 14410738. OLE color: 14410738.
HSL color Cylindrical-coordinate representation of color #F2E3DB: hue angle of 20.87º degrees, saturation: 0.47, 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 #F2E3DB is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 219 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.05 |
| HSL | 20.87º | 0.47% | 0.9% | - |
| HSV(B) | 20.87º | 0.1% | 0.95% | - |
| XYZ | 76.87 | 78.93 | 78.2 | - |
| YUV | 230.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 219 | 0 | 0.06 | 0.10 | 0.05 | 20.87 | 0.47 | 0.9 |
| Hex | F2 | E3 | DB | 0 | 6 | A | 5 | 15 | 2F | 5A |
| Octal | 362 | 343 | 333 | 0 | 6 | 12 | 5 | 25 | 57 | 132 |
| Binary | 11110010 | 11100011 | 11011011 | 0 | 110 | 1010 | 101 | 10101 | 101111 | 1011010 |
Color Harmonies of #F2E3DB
Complementary color
Monochromatic Colors of #F2E3DB
Black with #F2E3DB
Text Example
Text Example
White with #F2E3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E3DB; }
p { color: rgb(242,227,219); }
H1.HeaderClassName
{
color: #F2E3DB;
}
.AnyTagClassName
{
color: #F2E3DB;
}
</style>
background-color css
<style>
a { background-color: #F2E3DB; }
a { background-color: rgb(242,227,219); }
div.DivClassName
{
background-color: #F2E3DB;
}
.BgClassName
{
background-color: #F2E3DB;
}
</style>
border-color css
<style>
span { border-color: #F2E3DB; }
span { border-color: rgb(242,227,219); }
td.TdClassName
{
border-color: #F2E3DB;
}
.TagClassName
{
border-color: #F2E3DB;
}
</style>