Shades of Fantasy #F3E6DA
Tints of Fantasy #F3E6DA
RGB
CMYK
RGB Variations
Color information
#F3E6DA (or 0xF3E6DA) is known color: Fantasy. HEX triplet: F3, E6 and DA. RGB value is (243,230,218). Sum of RGB (Red+Green+Blue) = 243+230+218=691 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.17% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E6DA is #0C1925. Grayscale: #E8E8E8. Windows color (decimal): -792870 or 14345971. OLE color: 14345971.
HSL color Cylindrical-coordinate representation of color #F3E6DA: hue angle of 28.8º degrees, saturation: 0.51, 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 #F3E6DA is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 230 | 218 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.05 |
| HSL | 28.8º | 0.51% | 0.9% | - |
| HSV(B) | 28.8º | 0.1% | 0.95% | - |
| XYZ | 77.91 | 80.71 | 77.8 | - |
| YUV | 232.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 230 | 218 | 0 | 0.05 | 0.10 | 0.05 | 28.8 | 0.51 | 0.9 |
| Hex | F3 | E6 | DA | 0 | 5 | A | 5 | 1D | 33 | 5A |
| Octal | 363 | 346 | 332 | 0 | 5 | 12 | 5 | 35 | 63 | 132 |
| Binary | 11110011 | 11100110 | 11011010 | 0 | 101 | 1010 | 101 | 11101 | 110011 | 1011010 |
Color Harmonies of #F3E6DA
Complementary color
Monochromatic Colors of #F3E6DA
Black with #F3E6DA
Text Example
Text Example
White with #F3E6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E6DA; }
p { color: rgb(243,230,218); }
H1.HeaderClassName
{
color: #F3E6DA;
}
.AnyTagClassName
{
color: #F3E6DA;
}
</style>
background-color css
<style>
a { background-color: #F3E6DA; }
a { background-color: rgb(243,230,218); }
div.DivClassName
{
background-color: #F3E6DA;
}
.BgClassName
{
background-color: #F3E6DA;
}
</style>
border-color css
<style>
span { border-color: #F3E6DA; }
span { border-color: rgb(243,230,218); }
td.TdClassName
{
border-color: #F3E6DA;
}
.TagClassName
{
border-color: #F3E6DA;
}
</style>