Html Css Color HEX #F1DCA1 Buttermilk

📋 copy color: '#F1DCA1'

red 241 ◦ green 220 ◦ blue 161

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

Shades of Buttermilk #F1DCA1

Tints of Buttermilk #F1DCA1

RGB

 RED value IS 241 (94.53% from 255) = 38.75%

 GREEN value IS 220 (86.33% from 255) = 35.37%

 BLUE value IS 161 (63.28% from 255) = 25.88%

R = 38.75%
G = 35.37%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F1DCA1 (or 0xF1DCA1) is known color: Buttermilk. HEX triplet: F1, DC and A1. RGB value is (241,220,161). Sum of RGB (Red+Green+Blue) = 241+220+161=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 161 (63.28% from 255 or 25.88% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DCA1 is #0E235E. Grayscale: #DBDBDB. Windows color (decimal): -926559 or 10607857. OLE color: 10607857.

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

Color convert

RGB 241 220 161 -
CMYK 0 0.09 0.33 0.05
HSL 44.25º 0.74% 0.79% -
HSV(B) 44.25º 0.33% 0.95% -
XYZ 68.3 72.46 44.1 -
YUV 219.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 241 220 161 0 0.09 0.33 0.05 44.25 0.74 0.79
Hex F1 DC A1 0 9 21 5 2C 4A 4F
Octal 361 334 241 0 11 41 5 54 112 117
Binary 11110001 11011100 10100001 0 1001 100001 101 101100 1001010 1001111

Color Harmonies of #F1DCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCA1

Black with #F1DCA1

Text Example


Text Example

White with #F1DCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCA1; }

 p { color: rgb(241,220,161); }

 H1.HeaderClassName
 {
   color: #F1DCA1;
 }
 .AnyTagClassName
 {
   color: #F1DCA1;
 }
</style>

background-color css

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

 a { background-color: rgb(241,220,161); }

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

border-color css

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

 span { border-color: rgb(241,220,161); }

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