Html Css Color HEX #F2DCA4 Buttermilk

📋 copy color: '#F2DCA4'

red 242 ◦ green 220 ◦ blue 164

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

Shades of Buttermilk #F2DCA4

Tints of Buttermilk #F2DCA4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.14%

 BLUE value IS 164 (64.45% from 255) = 26.2%

R = 38.66%
G = 35.14%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F2DCA4 (or 0xF2DCA4) is known color: Buttermilk. HEX triplet: F2, DC and A4. RGB value is (242,220,164). Sum of RGB (Red+Green+Blue) = 242+220+164=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 164 (64.45% from 255 or 26.20% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DCA4 is #0D235B. Grayscale: #DCDCDC. Windows color (decimal): -861020 or 10804466. OLE color: 10804466.

HSL color Cylindrical-coordinate representation of color #F2DCA4: hue angle of 43.08º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F2DCA4 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 220 164 -
CMYK 0 0.09 0.32 0.05
HSL 43.08º 0.75% 0.8% -
HSV(B) 43.08º 0.32% 0.95% -
XYZ 68.91 72.74 45.53 -
YUV 220.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 242 220 164 0 0.09 0.32 0.05 43.08 0.75 0.8
Hex F2 DC A4 0 9 20 5 2B 4B 50
Octal 362 334 244 0 11 40 5 53 113 120
Binary 11110010 11011100 10100100 0 1001 100000 101 101011 1001011 1010000

Color Harmonies of #F2DCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCA4

Black with #F2DCA4

Text Example


Text Example

White with #F2DCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCA4; }

 p { color: rgb(242,220,164); }

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

background-color css

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

 a { background-color: rgb(242,220,164); }

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

border-color css

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

 span { border-color: rgb(242,220,164); }

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