#F5DE88

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

Shades of Buff #F5DE88

Tints of Buff #F5DE88

Color information

#F5DE88 (or 0xF5DE88) is unknown color: approx Buff. HEX triplet: F5, DE and 88. RGB value is (245,222,136). Sum of RGB (Red+Green+Blue) = 245+222+136=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 136 (53.52% from 255 or 22.55% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DE88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DE88 is #0A2177. Grayscale: #DBDBDB. Windows color (decimal): -663928 or 8969973. OLE color: 8969973.

HSL color Cylindrical-coordinate representation of color #F5DE88: hue angle of 47.34º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5DE88 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB245222136-
CMYK00.090.440.04
HSL47.34º84.5%74.71%-
HSV(B)47.34º44.49%96.08%-
XYZ68.2273.4333.87-
YUV219.0781.12146.49-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 136 (53.52% from 255) = 22.55%
R=40.63%
G=36.82%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522213600.090.440.0447.3484.574.71
HexF5DE88092C42f544b
Octal36533621001154457124113
Binary1111010111011110100010000100110110010010111110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DE88; }

 p { color: rgb(245,222,136); }

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

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

 a { background-color: rgb(245,222,136); }

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

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

 span { border-color: rgb(245,222,136); }

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