#F3DBA9

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

Shades of Buttermilk #F3DBA9

Tints of Buttermilk #F3DBA9

Color information

#F3DBA9 (or 0xF3DBA9) is unknown color: approx Buttermilk. HEX triplet: F3, DB and A9. RGB value is (243,219,169). Sum of RGB (Red+Green+Blue) = 243+219+169=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 169 (66.41% from 255 or 26.78% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DBA9 is #0C2456. Grayscale: #DCDCDC. Windows color (decimal): -795735 or 11131891. OLE color: 11131891.

HSL color Cylindrical-coordinate representation of color #F3DBA9: hue angle of 40.54º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3DBA9 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB243219169-
CMYK00.100.300.05
HSL40.54º75.51%80.78%-
HSV(B)40.54º30.45%95.29%-
XYZ69.4672.5847.89-
YUV220.4898.95144.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.51%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 169 (66.41% from 255) = 26.78%
R=38.51%
G=34.71%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321916900.100.300.0540.5475.5180.78
HexF3DBA90A1E5294c51
Octal36333325101236551114121
Binary111100111101101110101001010101111010110100110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DBA9; }

 p { color: rgb(243,219,169); }

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

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

 a { background-color: rgb(243,219,169); }

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

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

 span { border-color: rgb(243,219,169); }

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