Html Css Color HEX #F5DFAA Buttermilk

📋 copy color: '#F5DFAA'

red 245 ◦ green 223 ◦ blue 170

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

Shades of Buttermilk #F5DFAA

Tints of Buttermilk #F5DFAA

RGB

 RED value IS 245 (96.09% from 255) = 38.4%

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

 BLUE value IS 170 (66.8% from 255) = 26.65%

R = 38.4%
G = 34.95%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F5DFAA (or 0xF5DFAA) is known color: Buttermilk. HEX triplet: F5, DF and AA. RGB value is (245,223,170). Sum of RGB (Red+Green+Blue) = 245+223+170=638 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.40% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DFAA is #0A2055. Grayscale: #DFDFDF. Windows color (decimal): -663638 or 11198453. OLE color: 11198453.

HSL color Cylindrical-coordinate representation of color #F5DFAA: hue angle of 42.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5DFAA is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 223 170 -
CMYK 0 0.09 0.31 0.04
HSL 42.4º 0.79% 0.81% -
HSV(B) 42.4º 0.31% 0.96% -
XYZ 71.3 75.09 48.77 -
YUV 223.54 97.79 143.31 -
System Red Green Blue C M Y K H S L
Decimal 245 223 170 0 0.09 0.31 0.04 42.4 0.79 0.81
Hex F5 DF AA 0 9 1F 4 2A 4F 51
Octal 365 337 252 0 11 37 4 52 117 121
Binary 11110101 11011111 10101010 0 1001 11111 100 101010 1001111 1010001

Color Harmonies of #F5DFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DFAA

Black with #F5DFAA

Text Example


Text Example

White with #F5DFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DFAA; }

 p { color: rgb(245,223,170); }

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

background-color css

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

 a { background-color: rgb(245,223,170); }

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

border-color css

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

 span { border-color: rgb(245,223,170); }

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