Html Css Color HEX #F5DCA8 Buttermilk

📋 copy color: '#F5DCA8'

red 245 ◦ green 220 ◦ blue 168

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

Shades of Buttermilk #F5DCA8

Tints of Buttermilk #F5DCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.54%

R = 38.7%
G = 34.76%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F5DCA8 (or 0xF5DCA8) is known color: Buttermilk. HEX triplet: F5, DC and A8. RGB value is (245,220,168). Sum of RGB (Red+Green+Blue) = 245+220+168=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 168 (66.02% from 255 or 26.54% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DCA8 is #0A2357. Grayscale: #DDDDDD. Windows color (decimal): -664408 or 11066613. OLE color: 11066613.

HSL color Cylindrical-coordinate representation of color #F5DCA8: hue angle of 40.52º 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 #F5DCA8 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 220 168 -
CMYK 0 0.10 0.31 0.04
HSL 40.52º 0.79% 0.81% -
HSV(B) 40.52º 0.31% 0.96% -
XYZ 70.32 73.43 47.51 -
YUV 221.55 97.78 144.73 -
System Red Green Blue C M Y K H S L
Decimal 245 220 168 0 0.10 0.31 0.04 40.52 0.79 0.81
Hex F5 DC A8 0 A 1F 4 29 4F 51
Octal 365 334 250 0 12 37 4 51 117 121
Binary 11110101 11011100 10101000 0 1010 11111 100 101001 1001111 1010001

Color Harmonies of #F5DCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DCA8

Black with #F5DCA8

Text Example


Text Example

White with #F5DCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DCA8; }

 p { color: rgb(245,220,168); }

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

background-color css

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

 a { background-color: rgb(245,220,168); }

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

border-color css

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

 span { border-color: rgb(245,220,168); }

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