#F0E6DD

Color #F0E6DD Fantasy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fantasy #F0E6DD

Tints of Fantasy #F0E6DD

Color information

#F0E6DD (or 0xF0E6DD) is unknown color: approx Fantasy. HEX triplet: F0, E6 and DD. RGB value is (240,230,221). Sum of RGB (Red+Green+Blue) = 240+230+221=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E6DD is #0F1922. Grayscale: #E8E8E8. Windows color (decimal): -989475 or 14542576. OLE color: 14542576.

HSL color Cylindrical-coordinate representation of color #F0E6DD: hue angle of 28.42º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0E6DD is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240230221-
CMYK00.040.080.06
HSL28.42º38.78%90.39%-
HSV(B)28.42º7.92%94.12%-
XYZ77.2880.3479.84-
YUV231.96121.81133.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 34.73%
GREEN value IS 230 (90.23% from 255) = 33.29%
BLUE value IS 221 (86.72% from 255) = 31.98%
R=34.73%
G=33.29%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023022100.040.080.0628.4238.7890.39
HexF0E6DD04861c275a
Octal360346335041063447132
Binary11110000111001101101110101001000110111001001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E6DD; }

 p { color: rgb(240,230,221); }

 H1.HeaderClassName
 {
   color: #F0E6DD;
 }
 .AnyTagClassName
 {
   color: #F0E6DD;
 }
</style>
background-color css

<style>
 a { background-color: #F0E6DD; }

 a { background-color: rgb(240,230,221); }

 div.DivClassName
 {
   background-color: #F0E6DD;
 }
 .BgClassName
 {
   background-color: #F0E6DD;
 }
</style>
border-color css

<style>
 span { border-color: #F0E6DD; }

 span { border-color: rgb(240,230,221); }

 td.TdClassName
 {
   border-color: #F0E6DD;
 }
 .TagClassName
 {
   border-color: #F0E6DD;
 }
</style>