Shades of Fantasy #F2E3D5
Tints of Fantasy #F2E3D5
RGB
CMYK
RGB Variations
Color information
#F2E3D5 (or 0xF2E3D5) is known color: Fantasy. HEX triplet: F2, E3 and D5. RGB value is (242,227,213). Sum of RGB (Red+Green+Blue) = 242+227+213=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 227 (89.06% from 255 or 33.28% from 682); Blue value is 213 (83.59% from 255 or 31.23% from 682); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E3D5 is #0D1C2A. Grayscale: #E5E5E5. Windows color (decimal): -859179 or 14017522. OLE color: 14017522.
HSL color Cylindrical-coordinate representation of color #F2E3D5: hue angle of 28.97º degrees, saturation: 0.53, 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 #F2E3D5 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 213 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.05 |
| HSL | 28.97º | 0.53% | 0.89% | - |
| HSV(B) | 28.97º | 0.12% | 0.95% | - |
| XYZ | 76.1 | 78.62 | 74.12 | - |
| YUV | 229.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 213 | 0 | 0.06 | 0.12 | 0.05 | 28.97 | 0.53 | 0.89 |
| Hex | F2 | E3 | D5 | 0 | 6 | C | 5 | 1D | 35 | 59 |
| Octal | 362 | 343 | 325 | 0 | 6 | 14 | 5 | 35 | 65 | 131 |
| Binary | 11110010 | 11100011 | 11010101 | 0 | 110 | 1100 | 101 | 11101 | 110101 | 1011001 |
Color Harmonies of #F2E3D5
Complementary color
Monochromatic Colors of #F2E3D5
Black with #F2E3D5
Text Example
Text Example
White with #F2E3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E3D5; }
p { color: rgb(242,227,213); }
H1.HeaderClassName
{
color: #F2E3D5;
}
.AnyTagClassName
{
color: #F2E3D5;
}
</style>
background-color css
<style>
a { background-color: #F2E3D5; }
a { background-color: rgb(242,227,213); }
div.DivClassName
{
background-color: #F2E3D5;
}
.BgClassName
{
background-color: #F2E3D5;
}
</style>
border-color css
<style>
span { border-color: #F2E3D5; }
span { border-color: rgb(242,227,213); }
td.TdClassName
{
border-color: #F2E3D5;
}
.TagClassName
{
border-color: #F2E3D5;
}
</style>