#FADFA1

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

Shades of Buttermilk #FADFA1

Tints of Buttermilk #FADFA1

Color information

#FADFA1 (or 0xFADFA1) is unknown color: approx Buttermilk. HEX triplet: FA, DF and A1. RGB value is (250,223,161). Sum of RGB (Red+Green+Blue) = 250+223+161=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 161 (63.28% from 255 or 25.39% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADFA1 is #05205E. Grayscale: #E0E0E0. Windows color (decimal): -335967 or 10608634. OLE color: 10608634.

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

Color convert

RGB250223161-
CMYK00.110.360.02
HSL41.8º89.9%80.59%-
HSV(B)41.8º35.6%98.04%-
XYZ72.2575.6744.52-
YUV22492.45146.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 161 (63.28% from 255) = 25.39%
R=39.43%
G=35.17%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022316100.110.360.0241.889.980.59
HexFADFA10B2422a5a51
Octal37233724101344252132121
Binary111110101101111110100001010111001001010101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADFA1; }

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

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

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

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

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

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

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

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