Html Css Color HEX #F1E4A2 Buttermilk

📋 copy color: '#F1E4A2'

red 241 ◦ green 228 ◦ blue 162

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

Shades of Buttermilk #F1E4A2

Tints of Buttermilk #F1E4A2

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.13%

 BLUE value IS 162 (63.67% from 255) = 25.67%

R = 38.19%
G = 36.13%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F1E4A2 (or 0xF1E4A2) is known color: Buttermilk. HEX triplet: F1, E4 and A2. RGB value is (241,228,162). Sum of RGB (Red+Green+Blue) = 241+228+162=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 162 (63.67% from 255 or 25.67% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E4A2 is #0E1B5D. Grayscale: #E0E0E0. Windows color (decimal): -924510 or 10675441. OLE color: 10675441.

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

Color convert

RGB 241 228 162 -
CMYK 0 0.05 0.33 0.05
HSL 50.13º 0.74% 0.79% -
HSV(B) 50.13º 0.33% 0.95% -
XYZ 70.54 76.8 45.29 -
YUV 224.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 241 228 162 0 0.05 0.33 0.05 50.13 0.74 0.79
Hex F1 E4 A2 0 5 21 5 32 4A 4F
Octal 361 344 242 0 5 41 5 62 112 117
Binary 11110001 11100100 10100010 0 101 100001 101 110010 1001010 1001111

Color Harmonies of #F1E4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E4A2

Black with #F1E4A2

Text Example


Text Example

White with #F1E4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E4A2; }

 p { color: rgb(241,228,162); }

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

background-color css

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

 a { background-color: rgb(241,228,162); }

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

border-color css

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

 span { border-color: rgb(241,228,162); }

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