#F1EBDA

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

Shades of Buttery White #F1EBDA

Tints of Buttery White #F1EBDA

Color information

#F1EBDA (or 0xF1EBDA) is unknown color: approx Buttery White. HEX triplet: F1, EB and DA. RGB value is (241,235,218). Sum of RGB (Red+Green+Blue) = 241+235+218=694 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.73% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EBDA is #0E1425. Grayscale: #EAEAEA. Windows color (decimal): -922662 or 14347249. OLE color: 14347249.

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

Color convert

RGB241235218-
CMYK00.020.100.05
HSL44.35º45.1%90%-
HSV(B)44.35º9.54%94.51%-
XYZ78.6483.1878.24-
YUV234.86118.49132.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.73%
GREEN value IS 235 (92.19% from 255) = 33.86%
BLUE value IS 218 (85.55% from 255) = 31.41%
R=34.73%
G=33.86%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123521800.020.100.0544.3545.190
HexF1EBDA02A52c2d5a
Octal361353332021255455132
Binary11110001111010111101101001010101011011001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EBDA; }

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

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

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

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

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

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

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

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