#F1E19D

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

Shades of Buttermilk #F1E19D

Tints of Buttermilk #F1E19D

Color information

#F1E19D (or 0xF1E19D) is unknown color: approx Buttermilk. HEX triplet: F1, E1 and 9D. RGB value is (241,225,157). Sum of RGB (Red+Green+Blue) = 241+225+157=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 157 (61.72% from 255 or 25.20% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E19D is #0E1E62. Grayscale: #DEDEDE. Windows color (decimal): -925283 or 10346993. OLE color: 10346993.

HSL color Cylindrical-coordinate representation of color #F1E19D: hue angle of 48.57º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F1E19D is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB241225157-
CMYK00.070.350.05
HSL48.57º75%78.04%-
HSV(B)48.57º34.85%94.51%-
XYZ69.2974.9942.72-
YUV222.0391.3141.53-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 225 (88.28% from 255) = 36.12%
BLUE value IS 157 (61.72% from 255) = 25.20%
R=38.68%
G=36.12%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122515700.070.350.0548.577578.04
HexF1E19D07235314b4e
Octal3613412350743561113116
Binary111100011110000110011101011110001110111000110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E19D; }

 p { color: rgb(241,225,157); }

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

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

 a { background-color: rgb(241,225,157); }

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

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

 span { border-color: rgb(241,225,157); }

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