#F3DE9D

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

Shades of Buttermilk #F3DE9D

Tints of Buttermilk #F3DE9D

Color information

#F3DE9D (or 0xF3DE9D) is unknown color: approx Buttermilk. HEX triplet: F3, DE and 9D. RGB value is (243,222,157). Sum of RGB (Red+Green+Blue) = 243+222+157=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 157 (61.72% from 255 or 25.24% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DE9D is #0C2162. Grayscale: #DDDDDD. Windows color (decimal): -794979 or 10346227. OLE color: 10346227.

HSL color Cylindrical-coordinate representation of color #F3DE9D: hue angle of 45.35º degrees, saturation: 0.78, 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 #F3DE9D is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB243222157-
CMYK00.090.350.05
HSL45.35º78.18%78.43%-
HSV(B)45.35º35.39%95.29%-
XYZ69.1773.7342.48-
YUV220.8791.96143.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.07%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 157 (61.72% from 255) = 25.24%
R=39.07%
G=35.69%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322215700.090.350.0545.3578.1878.43
HexF3DE9D092352d4e4e
Octal36333623501143555116116
Binary1111001111011110100111010100110001110110110110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DE9D; }

 p { color: rgb(243,222,157); }

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

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

 a { background-color: rgb(243,222,157); }

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

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

 span { border-color: rgb(243,222,157); }

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