#F1EADA

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

Shades of Buttery White #F1EADA

Tints of Buttery White #F1EADA

Color information

#F1EADA (or 0xF1EADA) is unknown color: approx Buttery White. HEX triplet: F1, EA and DA. RGB value is (241,234,218). Sum of RGB (Red+Green+Blue) = 241+234+218=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EADA is #0E1525. Grayscale: #EAEAEA. Windows color (decimal): -922918 or 14346993. OLE color: 14346993.

HSL color Cylindrical-coordinate representation of color #F1EADA: hue angle of 41.74º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1EADA is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241234218-
CMYK00.030.100.05
HSL41.74º45.1%90%-
HSV(B)41.74º9.54%94.51%-
XYZ78.3582.6178.15-
YUV234.27118.82132.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.78%
GREEN value IS 234 (91.80% from 255) = 33.77%
BLUE value IS 218 (85.55% from 255) = 31.46%
R=34.78%
G=33.77%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123421800.030.100.0541.7445.190
HexF1EADA03A52a2d5a
Octal361352332031255255132
Binary11110001111010101101101001110101011010101011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EADA; }

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

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

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

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

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

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

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

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