Html Css Color HEX #F0E1AC Buttermilk

📋 copy color: '#F0E1AC'

red 240 ◦ green 225 ◦ blue 172

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

Shades of Buttermilk #F0E1AC

Tints of Buttermilk #F0E1AC

RGB

 RED value IS 240 (94.14% from 255) = 37.68%

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

 BLUE value IS 172 (67.58% from 255) = 27%

R = 37.68%
G = 35.32%
B = 27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F0E1AC (or 0xF0E1AC) is known color: Buttermilk. HEX triplet: F0, E1 and AC. RGB value is (240,225,172). Sum of RGB (Red+Green+Blue) = 240+225+172=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E1AC is #0F1E53. Grayscale: #DFDFDF. Windows color (decimal): -990804 or 11330032. OLE color: 11330032.

HSL color Cylindrical-coordinate representation of color #F0E1AC: hue angle of 46.76º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0E1AC is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 225 172 -
CMYK 0 0.06 0.28 0.06
HSL 46.76º 0.69% 0.81% -
HSV(B) 46.76º 0.28% 0.94% -
XYZ 70.31 75.35 49.87 -
YUV 223.44 98.97 139.81 -
System Red Green Blue C M Y K H S L
Decimal 240 225 172 0 0.06 0.28 0.06 46.76 0.69 0.81
Hex F0 E1 AC 0 6 1C 6 2F 45 51
Octal 360 341 254 0 6 34 6 57 105 121
Binary 11110000 11100001 10101100 0 110 11100 110 101111 1000101 1010001

Color Harmonies of #F0E1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E1AC

Black with #F0E1AC

Text Example


Text Example

White with #F0E1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E1AC; }

 p { color: rgb(240,225,172); }

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

background-color css

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

 a { background-color: rgb(240,225,172); }

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

border-color css

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

 span { border-color: rgb(240,225,172); }

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