Html Css Color HEX #F0E5DC Fantasy

📋 copy color: '#F0E5DC'

red 240 ◦ green 229 ◦ blue 220

#F0E5DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fantasy #F0E5DC

Tints of Fantasy #F0E5DC

RGB

 RED value IS 240 (94.14% from 255) = 34.83%

 GREEN value IS 229 (89.84% from 255) = 33.24%

 BLUE value IS 220 (86.33% from 255) = 31.93%

R = 34.83%
G = 33.24%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0E5DC (or 0xF0E5DC) is known color: Fantasy. HEX triplet: F0, E5 and DC. RGB value is (240,229,220). Sum of RGB (Red+Green+Blue) = 240+229+220=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E5DC is #0F1A23. Grayscale: #E7E7E7. Windows color (decimal): -989732 or 14476784. OLE color: 14476784.

HSL color Cylindrical-coordinate representation of color #F0E5DC: hue angle of 27º degrees, saturation: 0.4, 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 #F0E5DC is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 229 220 -
CMYK 0 0.05 0.08 0.06
HSL 27º 0.4% 0.9% -
HSV(B) 27º 0.08% 0.94% -
XYZ 76.87 79.73 79.05 -
YUV 231.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 240 229 220 0 0.05 0.08 0.06 27 0.4 0.9
Hex F0 E5 DC 0 5 8 6 1B 28 5A
Octal 360 345 334 0 5 10 6 33 50 132
Binary 11110000 11100101 11011100 0 101 1000 110 11011 101000 1011010

Color Harmonies of #F0E5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E5DC

Black with #F0E5DC

Text Example


Text Example

White with #F0E5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E5DC; }

 p { color: rgb(240,229,220); }

 H1.HeaderClassName
 {
   color: #F0E5DC;
 }
 .AnyTagClassName
 {
   color: #F0E5DC;
 }
</style>

background-color css

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

 a { background-color: rgb(240,229,220); }

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

border-color css

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

 span { border-color: rgb(240,229,220); }

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