Html Css Color HEX #F2DEAC Buttermilk

📋 copy color: '#F2DEAC'

red 242 ◦ green 222 ◦ blue 172

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

Shades of Buttermilk #F2DEAC

Tints of Buttermilk #F2DEAC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.91%

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

R = 38.05%
G = 34.91%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2DEAC (or 0xF2DEAC) is known color: Buttermilk. HEX triplet: F2, DE and AC. RGB value is (242,222,172). Sum of RGB (Red+Green+Blue) = 242+222+172=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 172 (67.58% from 255 or 27.04% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DEAC is #0D2153. Grayscale: #DEDEDE. Windows color (decimal): -860500 or 11329266. OLE color: 11329266.

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

Color convert

RGB 242 222 172 -
CMYK 0 0.08 0.29 0.05
HSL 42.86º 0.73% 0.81% -
HSV(B) 42.86º 0.29% 0.95% -
XYZ 70.19 74.1 49.63 -
YUV 222.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 242 222 172 0 0.08 0.29 0.05 42.86 0.73 0.81
Hex F2 DE AC 0 8 1D 5 2B 49 51
Octal 362 336 254 0 10 35 5 53 111 121
Binary 11110010 11011110 10101100 0 1000 11101 101 101011 1001001 1010001

Color Harmonies of #F2DEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DEAC

Black with #F2DEAC

Text Example


Text Example

White with #F2DEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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