Shades of Fair Pink #F2E0D4
Tints of Fair Pink #F2E0D4
RGB
CMYK
RGB Variations
Color information
#F2E0D4 (or 0xF2E0D4) is known color: Fair Pink. HEX triplet: F2, E0 and D4. RGB value is (242,224,212). Sum of RGB (Red+Green+Blue) = 242+224+212=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 224 (87.89% from 255 or 33.04% from 678); Blue value is 212 (83.20% from 255 or 31.27% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0D4 is #0D1F2B. Grayscale: #E4E4E4. Windows color (decimal): -859948 or 13951218. OLE color: 13951218.
HSL color Cylindrical-coordinate representation of color #F2E0D4: hue angle of 24º 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 #F2E0D4 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 212 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.05 |
| HSL | 24º | 0.54% | 0.89% | - |
| HSV(B) | 24º | 0.12% | 0.95% | - |
| XYZ | 75.16 | 76.94 | 73.18 | - |
| YUV | 228.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 212 | 0 | 0.07 | 0.12 | 0.05 | 24 | 0.54 | 0.89 |
| Hex | F2 | E0 | D4 | 0 | 7 | C | 5 | 18 | 36 | 59 |
| Octal | 362 | 340 | 324 | 0 | 7 | 14 | 5 | 30 | 66 | 131 |
| Binary | 11110010 | 11100000 | 11010100 | 0 | 111 | 1100 | 101 | 11000 | 110110 | 1011001 |
Color Harmonies of #F2E0D4
Complementary color
Monochromatic Colors of #F2E0D4
Black with #F2E0D4
Text Example
Text Example
White with #F2E0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0D4; }
p { color: rgb(242,224,212); }
H1.HeaderClassName
{
color: #F2E0D4;
}
.AnyTagClassName
{
color: #F2E0D4;
}
</style>
background-color css
<style>
a { background-color: #F2E0D4; }
a { background-color: rgb(242,224,212); }
div.DivClassName
{
background-color: #F2E0D4;
}
.BgClassName
{
background-color: #F2E0D4;
}
</style>
border-color css
<style>
span { border-color: #F2E0D4; }
span { border-color: rgb(242,224,212); }
td.TdClassName
{
border-color: #F2E0D4;
}
.TagClassName
{
border-color: #F2E0D4;
}
</style>