Html Css Color HEX #F2DF9D Buttermilk

📋 copy color: '#F2DF9D'

red 242 ◦ green 223 ◦ blue 157

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

Shades of Buttermilk #F2DF9D

Tints of Buttermilk #F2DF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.24%

R = 38.91%
G = 35.85%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2DF9D (or 0xF2DF9D) is known color: Buttermilk. HEX triplet: F2, DF and 9D. RGB value is (242,223,157). Sum of RGB (Red+Green+Blue) = 242+223+157=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 157 (61.72% from 255 or 25.24% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DF9D is #0D2062. Grayscale: #DDDDDD. Windows color (decimal): -860259 or 10346482. OLE color: 10346482.

HSL color Cylindrical-coordinate representation of color #F2DF9D: hue angle of 46.59º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2DF9D is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 223 157 -
CMYK 0 0.08 0.35 0.05
HSL 46.59º 0.77% 0.78% -
HSV(B) 46.59º 0.35% 0.95% -
XYZ 69.09 74.09 42.56 -
YUV 221.16 91.79 142.87 -
System Red Green Blue C M Y K H S L
Decimal 242 223 157 0 0.08 0.35 0.05 46.59 0.77 0.78
Hex F2 DF 9D 0 8 23 5 2F 4D 4E
Octal 362 337 235 0 10 43 5 57 115 116
Binary 11110010 11011111 10011101 0 1000 100011 101 101111 1001101 1001110

Color Harmonies of #F2DF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DF9D

Black with #F2DF9D

Text Example


Text Example

White with #F2DF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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