Html Css Color HEX #F0E6DE Fantasy

📋 copy color: '#F0E6DE'

red 240 ◦ green 230 ◦ blue 222

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

Shades of Fantasy #F0E6DE

Tints of Fantasy #F0E6DE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.24%

 BLUE value IS 222 (87.11% from 255) = 32.08%

R = 34.68%
G = 33.24%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0E6DE (or 0xF0E6DE) is known color: Fantasy. HEX triplet: F0, E6 and DE. RGB value is (240,230,222). Sum of RGB (Red+Green+Blue) = 240+230+222=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 230 (90.23% from 255 or 33.24% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E6DE is #0F1921. Grayscale: #E8E8E8. Windows color (decimal): -989474 or 14608112. OLE color: 14608112.

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

Color convert

RGB 240 230 222 -
CMYK 0 0.04 0.08 0.06
HSL 26.67º 0.38% 0.91% -
HSV(B) 26.67º 0.07% 0.94% -
XYZ 77.42 80.39 80.54 -
YUV 232.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 240 230 222 0 0.04 0.08 0.06 26.67 0.38 0.91
Hex F0 E6 DE 0 4 8 6 1B 26 5B
Octal 360 346 336 0 4 10 6 33 46 133
Binary 11110000 11100110 11011110 0 100 1000 110 11011 100110 1011011

Color Harmonies of #F0E6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E6DE

Black with #F0E6DE

Text Example


Text Example

White with #F0E6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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