Html Css Color HEX #F0E5DA Fantasy

📋 copy color: '#F0E5DA'

red 240 ◦ green 229 ◦ blue 218

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

Shades of Fantasy #F0E5DA

Tints of Fantasy #F0E5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.73%

R = 34.93%
G = 33.33%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0E5DA (or 0xF0E5DA) is known color: Fantasy. HEX triplet: F0, E5 and DA. RGB value is (240,229,218). Sum of RGB (Red+Green+Blue) = 240+229+218=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E5DA is #0F1A25. Grayscale: #E7E7E7. Windows color (decimal): -989734 or 14345712. OLE color: 14345712.

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

Color convert

RGB 240 229 218 -
CMYK 0 0.05 0.09 0.06
HSL 30º 0.42% 0.9% -
HSV(B) 30º 0.09% 0.94% -
XYZ 76.61 79.63 77.66 -
YUV 231.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 240 229 218 0 0.05 0.09 0.06 30 0.42 0.9
Hex F0 E5 DA 0 5 9 6 1E 2A 5A
Octal 360 345 332 0 5 11 6 36 52 132
Binary 11110000 11100101 11011010 0 101 1001 110 11110 101010 1011010

Color Harmonies of #F0E5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E5DA

Black with #F0E5DA

Text Example


Text Example

White with #F0E5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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