Html Css Color HEX #F5E1AB Buttermilk

📋 copy color: '#F5E1AB'

red 245 ◦ green 225 ◦ blue 171

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

Shades of Buttermilk #F5E1AB

Tints of Buttermilk #F5E1AB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.1%

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

R = 38.22%
G = 35.1%
B = 26.68%

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

#F5E1AB (or 0xF5E1AB) is known color: Buttermilk. HEX triplet: F5, E1 and AB. RGB value is (245,225,171). Sum of RGB (Red+Green+Blue) = 245+225+171=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E1AB is #0A1E54. Grayscale: #E1E1E1. Windows color (decimal): -663125 or 11264501. OLE color: 11264501.

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

Color convert

RGB 245 225 171 -
CMYK 0 0.08 0.30 0.04
HSL 43.78º 0.79% 0.82% -
HSV(B) 43.78º 0.3% 0.96% -
XYZ 71.93 76.2 49.45 -
YUV 224.82 97.63 142.39 -
System Red Green Blue C M Y K H S L
Decimal 245 225 171 0 0.08 0.30 0.04 43.78 0.79 0.82
Hex F5 E1 AB 0 8 1E 4 2C 4F 52
Octal 365 341 253 0 10 36 4 54 117 122
Binary 11110101 11100001 10101011 0 1000 11110 100 101100 1001111 1010010

Color Harmonies of #F5E1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E1AB

Black with #F5E1AB

Text Example


Text Example

White with #F5E1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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