#FBED89

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

Shades of Khaki #FBED89

Tints of Khaki #FBED89

Color information

#FBED89 (or 0xFBED89) is unknown color: approx Khaki. HEX triplet: FB, ED and 89. RGB value is (251,237,137). Sum of RGB (Red+Green+Blue) = 251+237+137=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 137 (53.91% from 255 or 21.92% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBED89 is #041276. Grayscale: #E6E6E6. Windows color (decimal): -266871 or 9039355. OLE color: 9039355.

HSL color Cylindrical-coordinate representation of color #FBED89: hue angle of 52.63º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBED89 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB251237137-
CMYK00.060.450.02
HSL52.63º93.44%76.08%-
HSV(B)52.63º45.42%98.43%-
XYZ74.5882.8835.73-
YUV229.7975.64143.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.16%
GREEN value IS 237 (92.97% from 255) = 37.92%
BLUE value IS 137 (53.91% from 255) = 21.92%
R=40.16%
G=37.92%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123713700.060.450.0252.6393.4476.08
HexFBED89062D2355d4c
Octal3733552110655265135114
Binary11111011111011011000100101101011011011010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBED89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBED89; }

 p { color: rgb(251,237,137); }

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

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

 a { background-color: rgb(251,237,137); }

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

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

 span { border-color: rgb(251,237,137); }

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