Html Css Color HEX #F2E0AA Buttermilk

📋 copy color: '#F2E0AA'

red 242 ◦ green 224 ◦ blue 170

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

Shades of Buttermilk #F2E0AA

Tints of Buttermilk #F2E0AA

RGB

 RED value IS 242 (94.92% from 255) = 38.05%

 GREEN value IS 224 (87.89% from 255) = 35.22%

 BLUE value IS 170 (66.8% from 255) = 26.73%

R = 38.05%
G = 35.22%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F2E0AA (or 0xF2E0AA) is known color: Buttermilk. HEX triplet: F2, E0 and AA. RGB value is (242,224,170). Sum of RGB (Red+Green+Blue) = 242+224+170=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E0AA is #0D1F55. Grayscale: #DFDFDF. Windows color (decimal): -859990 or 11198706. OLE color: 11198706.

HSL color Cylindrical-coordinate representation of color #F2E0AA: hue angle of 45º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2E0AA is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 224 170 -
CMYK 0 0.07 0.30 0.05
HSL 45º 0.73% 0.81% -
HSV(B) 45º 0.3% 0.95% -
XYZ 70.53 75.09 48.81 -
YUV 223.23 97.96 141.39 -
System Red Green Blue C M Y K H S L
Decimal 242 224 170 0 0.07 0.30 0.05 45 0.73 0.81
Hex F2 E0 AA 0 7 1E 5 2D 49 51
Octal 362 340 252 0 7 36 5 55 111 121
Binary 11110010 11100000 10101010 0 111 11110 101 101101 1001001 1010001

Color Harmonies of #F2E0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E0AA

Black with #F2E0AA

Text Example


Text Example

White with #F2E0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E0AA; }

 p { color: rgb(242,224,170); }

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

background-color css

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

 a { background-color: rgb(242,224,170); }

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

border-color css

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

 span { border-color: rgb(242,224,170); }

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