#F0DFA5

Color #F0DFA5 Buttermilk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttermilk #F0DFA5

Tints of Buttermilk #F0DFA5

Color information

#F0DFA5 (or 0xF0DFA5) is unknown color: approx Buttermilk. HEX triplet: F0, DF and A5. RGB value is (240,223,165). Sum of RGB (Red+Green+Blue) = 240+223+165=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 165 (64.84% from 255 or 26.27% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DFA5 is #0F205A. Grayscale: #DDDDDD. Windows color (decimal): -991323 or 10870768. OLE color: 10870768.

HSL color Cylindrical-coordinate representation of color #F0DFA5: hue angle of 46.4º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0DFA5 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB240223165-
CMYK00.070.310.06
HSL46.4º71.43%79.41%-
HSV(B)46.4º31.25%94.12%-
XYZ69.1174.0246.24-
YUV221.4796.13141.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.22%
GREEN value IS 223 (87.5% from 255) = 35.51%
BLUE value IS 165 (64.84% from 255) = 26.27%
R=38.22%
G=35.51%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022316500.070.310.0646.471.4379.41
HexF0DFA5071F62e474f
Octal3603372450737656107117
Binary11110000110111111010010101111111111010111010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DFA5; }

 p { color: rgb(240,223,165); }

 H1.HeaderClassName
 {
   color: #F0DFA5;
 }
 .AnyTagClassName
 {
   color: #F0DFA5;
 }
</style>
background-color css

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

 a { background-color: rgb(240,223,165); }

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

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

 span { border-color: rgb(240,223,165); }

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