Html Css Color HEX #F2E3AC Buttermilk

📋 copy color: '#F2E3AC'

red 242 ◦ green 227 ◦ blue 172

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

Shades of Buttermilk #F2E3AC

Tints of Buttermilk #F2E3AC

RGB

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

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

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

R = 37.75%
G = 35.41%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2E3AC (or 0xF2E3AC) is known color: Buttermilk. HEX triplet: F2, E3 and AC. RGB value is (242,227,172). Sum of RGB (Red+Green+Blue) = 242+227+172=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 227 (89.06% from 255 or 35.41% from 641); Blue value is 172 (67.58% from 255 or 26.83% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E3AC is #0D1C53. Grayscale: #E1E1E1. Windows color (decimal): -859220 or 11330546. OLE color: 11330546.

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

Color convert

RGB 242 227 172 -
CMYK 0 0.06 0.29 0.05
HSL 47.14º 0.73% 0.81% -
HSV(B) 47.14º 0.29% 0.95% -
XYZ 71.53 76.79 50.08 -
YUV 225.22 97.97 139.97 -
System Red Green Blue C M Y K H S L
Decimal 242 227 172 0 0.06 0.29 0.05 47.14 0.73 0.81
Hex F2 E3 AC 0 6 1D 5 2F 49 51
Octal 362 343 254 0 6 35 5 57 111 121
Binary 11110010 11100011 10101100 0 110 11101 101 101111 1001001 1010001

Color Harmonies of #F2E3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E3AC

Black with #F2E3AC

Text Example


Text Example

White with #F2E3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E3AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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