#F2DBA7

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

Shades of Buttermilk #F2DBA7

Tints of Buttermilk #F2DBA7

Color information

#F2DBA7 (or 0xF2DBA7) is unknown color: approx Buttermilk. HEX triplet: F2, DB and A7. RGB value is (242,219,167). Sum of RGB (Red+Green+Blue) = 242+219+167=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 167 (65.62% from 255 or 26.59% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DBA7 is #0D2458. Grayscale: #DCDCDC. Windows color (decimal): -861273 or 11000818. OLE color: 11000818.

HSL color Cylindrical-coordinate representation of color #F2DBA7: hue angle of 41.6º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2DBA7 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB242219167-
CMYK00.100.310.05
HSL41.6º74.26%80.2%-
HSV(B)41.6º30.99%94.9%-
XYZ68.9272.3346.89-
YUV219.9598.12143.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.54%
GREEN value IS 219 (85.94% from 255) = 34.87%
BLUE value IS 167 (65.62% from 255) = 26.59%
R=38.54%
G=34.87%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221916700.100.310.0541.674.2680.2
HexF2DBA70A1F52a4a50
Octal36233324701237552112120
Binary111100101101101110100111010101111110110101010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DBA7; }

 p { color: rgb(242,219,167); }

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

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

 a { background-color: rgb(242,219,167); }

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

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

 span { border-color: rgb(242,219,167); }

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