Html Css Color HEX #F5E4AA Buttermilk

📋 copy color: '#F5E4AA'

red 245 ◦ green 228 ◦ blue 170

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

Shades of Buttermilk #F5E4AA

Tints of Buttermilk #F5E4AA

RGB

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

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

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

R = 38.1%
G = 35.46%
B = 26.44%

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

#F5E4AA (or 0xF5E4AA) is known color: Buttermilk. HEX triplet: F5, E4 and AA. RGB value is (245,228,170). Sum of RGB (Red+Green+Blue) = 245+228+170=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E4AA is #0A1B55. Grayscale: #E2E2E2. Windows color (decimal): -662358 or 11199733. OLE color: 11199733.

HSL color Cylindrical-coordinate representation of color #F5E4AA: hue angle of 46.4º 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 #F5E4AA is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 228 170 -
CMYK 0 0.07 0.31 0.04
HSL 46.4º 0.79% 0.81% -
HSV(B) 46.4º 0.31% 0.96% -
XYZ 72.66 77.8 49.22 -
YUV 226.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 245 228 170 0 0.07 0.31 0.04 46.4 0.79 0.81
Hex F5 E4 AA 0 7 1F 4 2E 4F 51
Octal 365 344 252 0 7 37 4 56 117 121
Binary 11110101 11100100 10101010 0 111 11111 100 101110 1001111 1010001

Color Harmonies of #F5E4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E4AA

Black with #F5E4AA

Text Example


Text Example

White with #F5E4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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