Html Css Color HEX #F2DFA9 Buttermilk

📋 copy color: '#F2DFA9'

red 242 ◦ green 223 ◦ blue 169

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

Shades of Buttermilk #F2DFA9

Tints of Buttermilk #F2DFA9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.17%

 BLUE value IS 169 (66.41% from 255) = 26.66%

R = 38.17%
G = 35.17%
B = 26.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F2DFA9 (or 0xF2DFA9) is known color: Buttermilk. HEX triplet: F2, DF and A9. RGB value is (242,223,169). Sum of RGB (Red+Green+Blue) = 242+223+169=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 169 (66.41% from 255 or 26.66% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DFA9 is #0D2056. Grayscale: #DEDEDE. Windows color (decimal): -860247 or 11132914. OLE color: 11132914.

HSL color Cylindrical-coordinate representation of color #F2DFA9: hue angle of 44.38º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2DFA9 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 223 169 -
CMYK 0 0.08 0.30 0.05
HSL 44.38º 0.74% 0.81% -
HSV(B) 44.38º 0.3% 0.95% -
XYZ 70.17 74.52 48.22 -
YUV 222.53 97.79 141.89 -
System Red Green Blue C M Y K H S L
Decimal 242 223 169 0 0.08 0.30 0.05 44.38 0.74 0.81
Hex F2 DF A9 0 8 1E 5 2C 4A 51
Octal 362 337 251 0 10 36 5 54 112 121
Binary 11110010 11011111 10101001 0 1000 11110 101 101100 1001010 1010001

Color Harmonies of #F2DFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DFA9

Black with #F2DFA9

Text Example


Text Example

White with #F2DFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DFA9; }

 p { color: rgb(242,223,169); }

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

background-color css

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

 a { background-color: rgb(242,223,169); }

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

border-color css

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

 span { border-color: rgb(242,223,169); }

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