#F0E3D8

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

Shades of Fantasy #F0E3D8

Tints of Fantasy #F0E3D8

Color information

#F0E3D8 (or 0xF0E3D8) is unknown color: approx Fantasy. HEX triplet: F0, E3 and D8. RGB value is (240,227,216). Sum of RGB (Red+Green+Blue) = 240+227+216=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 216 (84.77% from 255 or 31.63% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E3D8 is #0F1C27. Grayscale: #E5E5E5. Windows color (decimal): -990248 or 14214128. OLE color: 14214128.

HSL color Cylindrical-coordinate representation of color #F0E3D8: hue angle of 27.5º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0E3D8 is Cyan = 0, Magento = 0.05, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB240227216-
CMYK00.050.10.06
HSL27.5º44.44%89.41%-
HSV(B)27.5º10%94.12%-
XYZ75.878.4276.11-
YUV229.63120.31135.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.14%
GREEN value IS 227 (89.06% from 255) = 33.24%
BLUE value IS 216 (84.77% from 255) = 31.63%
R=35.14%
G=33.24%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022721600.050.10.0627.544.4489.41
HexF0E3D805A61c2c59
Octal360343330051263454131
Binary11110000111000111101100001011010110111001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E3D8; }

 p { color: rgb(240,227,216); }

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

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

 a { background-color: rgb(240,227,216); }

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

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

 span { border-color: rgb(240,227,216); }

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