Html Css Color HEX #F1E0A7 Buttermilk

📋 copy color: '#F1E0A7'

red 241 ◦ green 224 ◦ blue 167

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

Shades of Buttermilk #F1E0A7

Tints of Buttermilk #F1E0A7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.44%

 BLUE value IS 167 (65.63% from 255) = 26.42%

R = 38.13%
G = 35.44%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F1E0A7 (or 0xF1E0A7) is known color: Buttermilk. HEX triplet: F1, E0 and A7. RGB value is (241,224,167). Sum of RGB (Red+Green+Blue) = 241+224+167=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 167 (65.62% from 255 or 26.42% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E0A7 is #0E1F58. Grayscale: #DEDEDE. Windows color (decimal): -925529 or 11002097. OLE color: 11002097.

HSL color Cylindrical-coordinate representation of color #F1E0A7: hue angle of 46.22º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1E0A7 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 224 167 -
CMYK 0 0.07 0.31 0.05
HSL 46.22º 0.73% 0.8% -
HSV(B) 46.22º 0.31% 0.95% -
XYZ 69.91 74.8 47.31 -
YUV 222.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 241 224 167 0 0.07 0.31 0.05 46.22 0.73 0.8
Hex F1 E0 A7 0 7 1F 5 2E 49 50
Octal 361 340 247 0 7 37 5 56 111 120
Binary 11110001 11100000 10100111 0 111 11111 101 101110 1001001 1010000

Color Harmonies of #F1E0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E0A7

Black with #F1E0A7

Text Example


Text Example

White with #F1E0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E0A7; }

 p { color: rgb(241,224,167); }

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

background-color css

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

 a { background-color: rgb(241,224,167); }

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

border-color css

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

 span { border-color: rgb(241,224,167); }

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