Html Css Color HEX #F0E2AD Buttermilk

📋 copy color: '#F0E2AD'

red 240 ◦ green 226 ◦ blue 173

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

Shades of Buttermilk #F0E2AD

Tints of Buttermilk #F0E2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.07%

R = 37.56%
G = 35.37%
B = 27.07%

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

#F0E2AD (or 0xF0E2AD) is known color: Buttermilk. HEX triplet: F0, E2 and AD. RGB value is (240,226,173). Sum of RGB (Red+Green+Blue) = 240+226+173=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E2AD is #0F1D52. Grayscale: #E0E0E0. Windows color (decimal): -990547 or 11395824. OLE color: 11395824.

HSL color Cylindrical-coordinate representation of color #F0E2AD: hue angle of 47.46º 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 #F0E2AD is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 226 173 -
CMYK 0 0.06 0.28 0.06
HSL 47.46º 0.69% 0.81% -
HSV(B) 47.46º 0.28% 0.94% -
XYZ 70.67 75.94 50.47 -
YUV 224.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 240 226 173 0 0.06 0.28 0.06 47.46 0.69 0.81
Hex F0 E2 AD 0 6 1C 6 2F 45 51
Octal 360 342 255 0 6 34 6 57 105 121
Binary 11110000 11100010 10101101 0 110 11100 110 101111 1000101 1010001

Color Harmonies of #F0E2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E2AD

Black with #F0E2AD

Text Example


Text Example

White with #F0E2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E2AD; }

 p { color: rgb(240,226,173); }

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

background-color css

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

 a { background-color: rgb(240,226,173); }

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

border-color css

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

 span { border-color: rgb(240,226,173); }

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