#FADFA2

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

Shades of Buttermilk #FADFA2

Tints of Buttermilk #FADFA2

Color information

#FADFA2 (or 0xFADFA2) is unknown color: approx Buttermilk. HEX triplet: FA, DF and A2. RGB value is (250,223,162). Sum of RGB (Red+Green+Blue) = 250+223+162=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFA2 is #05205D. Grayscale: #E0E0E0. Windows color (decimal): -335966 or 10674170. OLE color: 10674170.

HSL color Cylindrical-coordinate representation of color #FADFA2: hue angle of 41.59º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FADFA2 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB250223162-
CMYK00.110.350.02
HSL41.59º89.8%80.78%-
HSV(B)41.59º35.2%98.04%-
XYZ72.3375.7144.98-
YUV224.1292.95146.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 223 (87.5% from 255) = 35.12%
BLUE value IS 162 (63.67% from 255) = 25.51%
R=39.37%
G=35.12%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022316200.110.350.0241.5989.880.78
HexFADFA20B2322a5a51
Octal37233724201343252132121
Binary111110101101111110100010010111000111010101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFA2; }

 p { color: rgb(250,223,162); }

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

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

 a { background-color: rgb(250,223,162); }

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

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

 span { border-color: rgb(250,223,162); }

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