Html Css Color HEX #FADFA1 Buttermilk

📋 copy color: '#FADFA1'

red 250 ◦ green 223 ◦ blue 161

#FADFA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttermilk #FADFA1

Tints of Buttermilk #FADFA1

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 value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FADFA1 (or 0xFADFA1) is known color: 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

RGB 250 223 161 -
CMYK 0 0.11 0.36 0.02
HSL 41.8º 0.9% 0.81% -
HSV(B) 41.8º 0.36% 0.98% -
XYZ 72.25 75.67 44.52 -
YUV 224.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 250 223 161 0 0.11 0.36 0.02 41.8 0.9 0.81
Hex FA DF A1 0 B 24 2 2A 5A 51
Octal 372 337 241 0 13 44 2 52 132 121
Binary 11111010 11011111 10100001 0 1011 100100 10 101010 1011010 1010001

Color Harmonies of #FADFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFA1

Black with #FADFA1

Text Example


Text Example

White with #FADFA1

Text Example


Text Example

HTML Codes & Css Web 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>