#F1EBDE

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

Shades of Buttery White #F1EBDE

Tints of Buttery White #F1EBDE

Color information

#F1EBDE (or 0xF1EBDE) is unknown color: approx Buttery White. HEX triplet: F1, EB and DE. RGB value is (241,235,222). Sum of RGB (Red+Green+Blue) = 241+235+222=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 235 (92.19% from 255 or 33.67% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EBDE is #0E1421. Grayscale: #EBEBEB. Windows color (decimal): -922658 or 14609393. OLE color: 14609393.

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

Color convert

RGB241235222-
CMYK00.020.080.05
HSL41.05º40.43%90.78%-
HSV(B)41.05º7.88%94.51%-
XYZ79.1783.3981.03-
YUV235.31120.49132.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.53%
GREEN value IS 235 (92.19% from 255) = 33.67%
BLUE value IS 222 (87.11% from 255) = 31.81%
R=34.53%
G=33.67%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123522200.020.080.0541.0540.4390.78
HexF1EBDE028529285b
Octal361353336021055150133
Binary11110001111010111101111001010001011010011010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EBDE; }

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

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

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

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

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

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

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

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