Html Css Color HEX #F5E2AB Buttermilk

📋 copy color: '#F5E2AB'

red 245 ◦ green 226 ◦ blue 171

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

Shades of Buttermilk #F5E2AB

Tints of Buttermilk #F5E2AB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.2%

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

R = 38.16%
G = 35.2%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F5E2AB (or 0xF5E2AB) is known color: Buttermilk. HEX triplet: F5, E2 and AB. RGB value is (245,226,171). Sum of RGB (Red+Green+Blue) = 245+226+171=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 226 (88.67% from 255 or 35.20% from 642); Blue value is 171 (67.19% from 255 or 26.64% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E2AB is #0A1D54. Grayscale: #E1E1E1. Windows color (decimal): -662869 or 11264757. OLE color: 11264757.

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

Color convert

RGB 245 226 171 -
CMYK 0 0.08 0.30 0.04
HSL 44.59º 0.79% 0.82% -
HSV(B) 44.59º 0.3% 0.96% -
XYZ 72.2 76.75 49.54 -
YUV 225.41 97.29 141.97 -
System Red Green Blue C M Y K H S L
Decimal 245 226 171 0 0.08 0.30 0.04 44.59 0.79 0.82
Hex F5 E2 AB 0 8 1E 4 2D 4F 52
Octal 365 342 253 0 10 36 4 55 117 122
Binary 11110101 11100010 10101011 0 1000 11110 100 101101 1001111 1010010

Color Harmonies of #F5E2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E2AB

Black with #F5E2AB

Text Example


Text Example

White with #F5E2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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