Html Css Color HEX #F5E4AB Buttermilk

📋 copy color: '#F5E4AB'

red 245 ◦ green 228 ◦ blue 171

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

Shades of Buttermilk #F5E4AB

Tints of Buttermilk #F5E4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.55%

R = 38.04%
G = 35.4%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F5E4AB (or 0xF5E4AB) is known color: Buttermilk. HEX triplet: F5, E4 and AB. RGB value is (245,228,171). Sum of RGB (Red+Green+Blue) = 245+228+171=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 171 (67.19% from 255 or 26.55% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E4AB is #0A1B54. Grayscale: #E2E2E2. Windows color (decimal): -662357 or 11265269. OLE color: 11265269.

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

Color convert

RGB 245 228 171 -
CMYK 0 0.07 0.30 0.04
HSL 46.22º 0.79% 0.82% -
HSV(B) 46.22º 0.3% 0.96% -
XYZ 72.75 77.84 49.72 -
YUV 226.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 245 228 171 0 0.07 0.30 0.04 46.22 0.79 0.82
Hex F5 E4 AB 0 7 1E 4 2E 4F 52
Octal 365 344 253 0 7 36 4 56 117 122
Binary 11110101 11100100 10101011 0 111 11110 100 101110 1001111 1010010

Color Harmonies of #F5E4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E4AB

Black with #F5E4AB

Text Example


Text Example

White with #F5E4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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