Html Css Color HEX #F5E3AA Buttermilk

📋 copy color: '#F5E3AA'

red 245 ◦ green 227 ◦ blue 170

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

Shades of Buttermilk #F5E3AA

Tints of Buttermilk #F5E3AA

RGB

 RED value IS 245 (96.09% from 255) = 38.16%

 GREEN value IS 227 (89.06% from 255) = 35.36%

 BLUE value IS 170 (66.8% from 255) = 26.48%

R = 38.16%
G = 35.36%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F5E3AA (or 0xF5E3AA) is known color: Buttermilk. HEX triplet: F5, E3 and AA. RGB value is (245,227,170). Sum of RGB (Red+Green+Blue) = 245+227+170=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E3AA is #0A1C55. Grayscale: #E2E2E2. Windows color (decimal): -662614 or 11199477. OLE color: 11199477.

HSL color Cylindrical-coordinate representation of color #F5E3AA: hue angle of 45.6º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5E3AA is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 227 170 -
CMYK 0 0.07 0.31 0.04
HSL 45.6º 0.79% 0.81% -
HSV(B) 45.6º 0.31% 0.96% -
XYZ 72.38 77.25 49.13 -
YUV 225.88 96.46 141.63 -
System Red Green Blue C M Y K H S L
Decimal 245 227 170 0 0.07 0.31 0.04 45.6 0.79 0.81
Hex F5 E3 AA 0 7 1F 4 2E 4F 51
Octal 365 343 252 0 7 37 4 56 117 121
Binary 11110101 11100011 10101010 0 111 11111 100 101110 1001111 1010001

Color Harmonies of #F5E3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E3AA

Black with #F5E3AA

Text Example


Text Example

White with #F5E3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E3AA; }

 p { color: rgb(245,227,170); }

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

background-color css

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

 a { background-color: rgb(245,227,170); }

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

border-color css

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

 span { border-color: rgb(245,227,170); }

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