#F1DE85

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

Shades of Buff #F1DE85

Tints of Buff #F1DE85

Color information

#F1DE85 (or 0xF1DE85) is unknown color: approx Buff. HEX triplet: F1, DE and 85. RGB value is (241,222,133). Sum of RGB (Red+Green+Blue) = 241+222+133=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DE85 is #0E217A. Grayscale: #D9D9D9. Windows color (decimal): -926075 or 8773361. OLE color: 8773361.

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

Color convert

RGB241222133-
CMYK00.080.450.05
HSL49.44º79.41%73.33%-
HSV(B)49.44º44.81%94.51%-
XYZ66.6372.6432.7-
YUV217.5480.29144.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 222 (87.11% from 255) = 37.25%
BLUE value IS 133 (52.34% from 255) = 22.32%
R=40.44%
G=37.25%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122213300.080.450.0549.4479.4173.33
HexF1DE85082D5314f49
Octal36133620501055561117111
Binary1111000111011110100001010100010110110111000110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DE85; }

 p { color: rgb(241,222,133); }

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

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

 a { background-color: rgb(241,222,133); }

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

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

 span { border-color: rgb(241,222,133); }

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