Html Css Color HEX #F0E3A2 Buttermilk

📋 copy color: '#F0E3A2'

red 240 ◦ green 227 ◦ blue 162

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

Shades of Buttermilk #F0E3A2

Tints of Buttermilk #F0E3A2

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.09%

 BLUE value IS 162 (63.67% from 255) = 25.76%

R = 38.16%
G = 36.09%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#F0E3A2 (or 0xF0E3A2) is known color: Buttermilk. HEX triplet: F0, E3 and A2. RGB value is (240,227,162). Sum of RGB (Red+Green+Blue) = 240+227+162=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 227 (89.06% from 255 or 36.09% from 629); Blue value is 162 (63.67% from 255 or 25.76% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E3A2 is #0F1C5D. Grayscale: #DFDFDF. Windows color (decimal): -990302 or 10675184. OLE color: 10675184.

HSL color Cylindrical-coordinate representation of color #F0E3A2: hue angle of 50º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0E3A2 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 227 162 -
CMYK 0 0.05 0.32 0.06
HSL 50º 0.72% 0.79% -
HSV(B) 50º 0.33% 0.94% -
XYZ 69.93 76.07 45.18 -
YUV 223.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 240 227 162 0 0.05 0.32 0.06 50 0.72 0.79
Hex F0 E3 A2 0 5 20 6 32 48 4F
Octal 360 343 242 0 5 40 6 62 110 117
Binary 11110000 11100011 10100010 0 101 100000 110 110010 1001000 1001111

Color Harmonies of #F0E3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E3A2

Black with #F0E3A2

Text Example


Text Example

White with #F0E3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E3A2; }

 p { color: rgb(240,227,162); }

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

background-color css

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

 a { background-color: rgb(240,227,162); }

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

border-color css

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

 span { border-color: rgb(240,227,162); }

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