Html Css Color HEX #FBE885 Khaki

📋 copy color: '#FBE885'

red 251 ◦ green 232 ◦ blue 133

#FBE885
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Khaki #FBE885

Tints of Khaki #FBE885

RGB

 RED value IS 251 (98.44% from 255) = 40.75%

 GREEN value IS 232 (91.02% from 255) = 37.66%

 BLUE value IS 133 (52.34% from 255) = 21.59%

R = 40.75%
G = 37.66%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBE885 (or 0xFBE885) is known color: Khaki. HEX triplet: FB, E8 and 85. RGB value is (251,232,133). Sum of RGB (Red+Green+Blue) = 251+232+133=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 133 (52.34% from 255 or 21.59% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE885 is #04177A. Grayscale: #E2E2E2. Windows color (decimal): -268155 or 8775931. OLE color: 8775931.

HSL color Cylindrical-coordinate representation of color #FBE885: hue angle of 50.34º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBE885 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 232 133 -
CMYK 0 0.08 0.47 0.02
HSL 50.34º 0.94% 0.75% -
HSV(B) 50.34º 0.47% 0.98% -
XYZ 72.87 79.92 33.77 -
YUV 226.4 75.29 145.55 -
System Red Green Blue C M Y K H S L
Decimal 251 232 133 0 0.08 0.47 0.02 50.34 0.94 0.75
Hex FB E8 85 0 8 2F 2 32 5E 4B
Octal 373 350 205 0 10 57 2 62 136 113
Binary 11111011 11101000 10000101 0 1000 101111 10 110010 1011110 1001011

Color Harmonies of #FBE885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE885

Black with #FBE885

Text Example


Text Example

White with #FBE885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE885; }

 p { color: rgb(251,232,133); }

 H1.HeaderClassName
 {
   color: #FBE885;
 }
 .AnyTagClassName
 {
   color: #FBE885;
 }
</style>

background-color css

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

 a { background-color: rgb(251,232,133); }

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

border-color css

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

 span { border-color: rgb(251,232,133); }

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