Html Css Color HEX #F0EADA Buttery White

📋 copy color: '#F0EADA'

red 240 ◦ green 234 ◦ blue 218

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

Shades of Buttery White #F0EADA

Tints of Buttery White #F0EADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.82%

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

R = 34.68%
G = 33.82%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0EADA (or 0xF0EADA) is known color: 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

RGB 240 234 218 -
CMYK 0 0.02 0.09 0.06
HSL 43.64º 0.42% 0.9% -
HSV(B) 43.64º 0.09% 0.94% -
XYZ 78.01 82.43 78.13 -
YUV 233.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 240 234 218 0 0.02 0.09 0.06 43.64 0.42 0.9
Hex F0 EA DA 0 2 9 6 2C 2A 5A
Octal 360 352 332 0 2 11 6 54 52 132
Binary 11110000 11101010 11011010 0 10 1001 110 101100 101010 1011010

Color Harmonies of #F0EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EADA

Black with #F0EADA

Text Example


Text Example

White with #F0EADA

Text Example


Text Example

HTML Codes & Css Web 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>