#F0EADA

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

Shades of Buttery White #F0EADA

Tints of Buttery White #F0EADA

Color information

#F0EADA (or 0xF0EADA) is unknown color: approx Buttery White. HEX triplet: F0, EA and DA. RGB value is (240,234,218). Sum of RGB (Red+Green+Blue) = 240+234+218=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EADA is #0F1525. Grayscale: #EAEAEA. Windows color (decimal): -988454 or 14346992. OLE color: 14346992.

HSL color Cylindrical-coordinate representation of color #F0EADA: hue angle of 43.64º 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 #F0EADA is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240234218-
CMYK00.020.090.06
HSL43.64º42.31%89.8%-
HSV(B)43.64º9.17%94.12%-
XYZ78.0182.4378.13-
YUV233.97118.99132.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.68%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 218 (85.55% from 255) = 31.50%
R=34.68%
G=33.82%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023421800.020.090.0643.6442.3189.8
HexF0EADA02962c2a5a
Octal360352332021165452132
Binary11110000111010101101101001010011101011001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EADA; }

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

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

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

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

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

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

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

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