#F1EBDC

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

Shades of Buttery White #F1EBDC

Tints of Buttery White #F1EBDC

Color information

#F1EBDC (or 0xF1EBDC) is unknown color: approx Buttery White. HEX triplet: F1, EB and DC. RGB value is (241,235,220). Sum of RGB (Red+Green+Blue) = 241+235+220=696 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.63% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EBDC is #0E1423. Grayscale: #EBEBEB. Windows color (decimal): -922660 or 14478321. OLE color: 14478321.

HSL color Cylindrical-coordinate representation of color #F1EBDC: hue angle of 42.86º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1EBDC is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB241235220-
CMYK00.020.090.05
HSL42.86º42.86%90.39%-
HSV(B)42.86º8.71%94.51%-
XYZ78.983.2879.63-
YUV235.08119.49132.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.63%
GREEN value IS 235 (92.19% from 255) = 33.76%
BLUE value IS 220 (86.33% from 255) = 31.61%
R=34.63%
G=33.76%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123522000.020.090.0542.8642.8690.39
HexF1EBDC02952b2b5a
Octal361353334021155353132
Binary11110001111010111101110001010011011010111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EBDC; }

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

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

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

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

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

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

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

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