Html Css Color HEX #F2E1AC Buttermilk

📋 copy color: '#F2E1AC'

red 242 ◦ green 225 ◦ blue 172

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

Shades of Buttermilk #F2E1AC

Tints of Buttermilk #F2E1AC

RGB

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

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

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

R = 37.87%
G = 35.21%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2E1AC (or 0xF2E1AC) is known color: Buttermilk. HEX triplet: F2, E1 and AC. RGB value is (242,225,172). Sum of RGB (Red+Green+Blue) = 242+225+172=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 172 (67.58% from 255 or 26.92% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E1AC is #0D1E53. Grayscale: #E0E0E0. Windows color (decimal): -859732 or 11330034. OLE color: 11330034.

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

Color convert

RGB 242 225 172 -
CMYK 0 0.07 0.29 0.05
HSL 45.43º 0.73% 0.81% -
HSV(B) 45.43º 0.29% 0.95% -
XYZ 70.99 75.71 49.9 -
YUV 224.04 98.63 140.81 -
System Red Green Blue C M Y K H S L
Decimal 242 225 172 0 0.07 0.29 0.05 45.43 0.73 0.81
Hex F2 E1 AC 0 7 1D 5 2D 49 51
Octal 362 341 254 0 7 35 5 55 111 121
Binary 11110010 11100001 10101100 0 111 11101 101 101101 1001001 1010001

Color Harmonies of #F2E1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E1AC

Black with #F2E1AC

Text Example


Text Example

White with #F2E1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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