#F2DFA1

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

Shades of Buttermilk #F2DFA1

Tints of Buttermilk #F2DFA1

Color information

#F2DFA1 (or 0xF2DFA1) is unknown color: approx Buttermilk. HEX triplet: F2, DF and A1. RGB value is (242,223,161). Sum of RGB (Red+Green+Blue) = 242+223+161=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 161 (63.28% from 255 or 25.72% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DFA1 is #0D205E. Grayscale: #DDDDDD. Windows color (decimal): -860255 or 10608626. OLE color: 10608626.

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

Color convert

RGB242223161-
CMYK00.080.330.05
HSL45.93º75.7%79.02%-
HSV(B)45.93º33.47%94.9%-
XYZ69.4474.2344.39-
YUV221.6193.79142.54-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.66%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 161 (63.28% from 255) = 25.72%
R=38.66%
G=35.62%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222316100.080.330.0545.9375.779.02
HexF2DFA1082152e4c4f
Octal36233724101041556114117
Binary1111001011011111101000010100010000110110111010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFA1; }

 p { color: rgb(242,223,161); }

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

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

 a { background-color: rgb(242,223,161); }

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

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

 span { border-color: rgb(242,223,161); }

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