Html Css Color HEX #F2E0AB Buttermilk

📋 copy color: '#F2E0AB'

red 242 ◦ green 224 ◦ blue 171

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

Shades of Buttermilk #F2E0AB

Tints of Buttermilk #F2E0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.84%

R = 37.99%
G = 35.16%
B = 26.84%

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

#F2E0AB (or 0xF2E0AB) is known color: Buttermilk. HEX triplet: F2, E0 and AB. RGB value is (242,224,171). Sum of RGB (Red+Green+Blue) = 242+224+171=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 171 (67.19% from 255 or 26.84% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E0AB is #0D1F54. Grayscale: #DFDFDF. Windows color (decimal): -859989 or 11264242. OLE color: 11264242.

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

Color convert

RGB 242 224 171 -
CMYK 0 0.07 0.29 0.05
HSL 44.79º 0.73% 0.81% -
HSV(B) 44.79º 0.29% 0.95% -
XYZ 70.62 75.13 49.31 -
YUV 223.34 98.46 141.31 -
System Red Green Blue C M Y K H S L
Decimal 242 224 171 0 0.07 0.29 0.05 44.79 0.73 0.81
Hex F2 E0 AB 0 7 1D 5 2D 49 51
Octal 362 340 253 0 7 35 5 55 111 121
Binary 11110010 11100000 10101011 0 111 11101 101 101101 1001001 1010001

Color Harmonies of #F2E0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E0AB

Black with #F2E0AB

Text Example


Text Example

White with #F2E0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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