Shades of Fair Pink #F2E1D3
Tints of Fair Pink #F2E1D3
RGB
CMYK
RGB Variations
Color information
#F2E1D3 (or 0xF2E1D3) is known color: Fair Pink. HEX triplet: F2, E1 and D3. RGB value is (242,225,211). Sum of RGB (Red+Green+Blue) = 242+225+211=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 225 (88.28% from 255 or 33.19% from 678); Blue value is 211 (82.81% from 255 or 31.12% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1D3 is #0D1E2C. Grayscale: #E4E4E4. Windows color (decimal): -859693 or 13885938. OLE color: 13885938.
HSL color Cylindrical-coordinate representation of color #F2E1D3: hue angle of 27.1º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2E1D3 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 211 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.05 |
| HSL | 27.1º | 0.54% | 0.89% | - |
| HSV(B) | 27.1º | 0.13% | 0.95% | - |
| XYZ | 75.3 | 77.43 | 72.6 | - |
| YUV | 228.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 211 | 0 | 0.07 | 0.13 | 0.05 | 27.1 | 0.54 | 0.89 |
| Hex | F2 | E1 | D3 | 0 | 7 | D | 5 | 1B | 36 | 59 |
| Octal | 362 | 341 | 323 | 0 | 7 | 15 | 5 | 33 | 66 | 131 |
| Binary | 11110010 | 11100001 | 11010011 | 0 | 111 | 1101 | 101 | 11011 | 110110 | 1011001 |
Color Harmonies of #F2E1D3
Complementary color
Monochromatic Colors of #F2E1D3
Black with #F2E1D3
Text Example
Text Example
White with #F2E1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1D3; }
p { color: rgb(242,225,211); }
H1.HeaderClassName
{
color: #F2E1D3;
}
.AnyTagClassName
{
color: #F2E1D3;
}
</style>
background-color css
<style>
a { background-color: #F2E1D3; }
a { background-color: rgb(242,225,211); }
div.DivClassName
{
background-color: #F2E1D3;
}
.BgClassName
{
background-color: #F2E1D3;
}
</style>
border-color css
<style>
span { border-color: #F2E1D3; }
span { border-color: rgb(242,225,211); }
td.TdClassName
{
border-color: #F2E1D3;
}
.TagClassName
{
border-color: #F2E1D3;
}
</style>