#F1DD8C

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

Shades of Buff #F1DD8C

Tints of Buff #F1DD8C

Color information

#F1DD8C (or 0xF1DD8C) is unknown color: approx Buff. HEX triplet: F1, DD and 8C. RGB value is (241,221,140). Sum of RGB (Red+Green+Blue) = 241+221+140=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 140 (55.08% from 255 or 23.26% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DD8C is #0E2273. Grayscale: #DADADA. Windows color (decimal): -926324 or 9231857. OLE color: 9231857.

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

Color convert

RGB241221140-
CMYK00.080.420.05
HSL48.12º78.29%74.71%-
HSV(B)48.12º41.91%94.51%-
XYZ66.8772.3135.24-
YUV217.7584.13144.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.03%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 140 (55.08% from 255) = 23.26%
R=40.03%
G=36.71%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122114000.080.420.0548.1278.2974.71
HexF1DD8C082A5304e4b
Octal36133521401052560116113
Binary1111000111011101100011000100010101010111000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DD8C; }

 p { color: rgb(241,221,140); }

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

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

 a { background-color: rgb(241,221,140); }

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

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

 span { border-color: rgb(241,221,140); }

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