#F3DFA3

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

Shades of Buttermilk #F3DFA3

Tints of Buttermilk #F3DFA3

Color information

#F3DFA3 (or 0xF3DFA3) is unknown color: approx Buttermilk. HEX triplet: F3, DF and A3. RGB value is (243,223,163). Sum of RGB (Red+Green+Blue) = 243+223+163=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 163 (64.06% from 255 or 25.91% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DFA3 is #0C205C. Grayscale: #DEDEDE. Windows color (decimal): -794717 or 10739699. OLE color: 10739699.

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

Color convert

RGB243223163-
CMYK00.080.330.05
HSL45º76.92%79.61%-
HSV(B)45º32.92%95.29%-
XYZ69.9674.4745.34-
YUV222.1494.63142.88-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.63%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 163 (64.06% from 255) = 25.91%
R=38.63%
G=35.45%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322316300.080.330.054576.9279.61
HexF3DFA3082152d4d50
Octal36333724301041555115120
Binary1111001111011111101000110100010000110110110110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFA3; }

 p { color: rgb(243,223,163); }

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

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

 a { background-color: rgb(243,223,163); }

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

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

 span { border-color: rgb(243,223,163); }

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