Html Css Color HEX #F1E2AD Buttermilk

📋 copy color: '#F1E2AD'

red 241 ◦ green 226 ◦ blue 173

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

Shades of Buttermilk #F1E2AD

Tints of Buttermilk #F1E2AD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.31%

 BLUE value IS 173 (67.97% from 255) = 27.03%

R = 37.66%
G = 35.31%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F1E2AD (or 0xF1E2AD) is known color: Buttermilk. HEX triplet: F1, E2 and AD. RGB value is (241,226,173). Sum of RGB (Red+Green+Blue) = 241+226+173=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 173 (67.97% from 255 or 27.03% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E2AD is #0E1D52. Grayscale: #E0E0E0. Windows color (decimal): -925011 or 11395825. OLE color: 11395825.

HSL color Cylindrical-coordinate representation of color #F1E2AD: hue angle of 46.76º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1E2AD is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 226 173 -
CMYK 0 0.06 0.28 0.05
HSL 46.76º 0.71% 0.81% -
HSV(B) 46.76º 0.28% 0.95% -
XYZ 71.01 76.11 50.48 -
YUV 224.44 98.97 139.81 -
System Red Green Blue C M Y K H S L
Decimal 241 226 173 0 0.06 0.28 0.05 46.76 0.71 0.81
Hex F1 E2 AD 0 6 1C 5 2F 47 51
Octal 361 342 255 0 6 34 5 57 107 121
Binary 11110001 11100010 10101101 0 110 11100 101 101111 1000111 1010001

Color Harmonies of #F1E2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E2AD

Black with #F1E2AD

Text Example


Text Example

White with #F1E2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E2AD; }

 p { color: rgb(241,226,173); }

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

background-color css

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

 a { background-color: rgb(241,226,173); }

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

border-color css

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

 span { border-color: rgb(241,226,173); }

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