Html Css Color HEX #FCE886 Khaki

📋 copy color: '#FCE886'

red 252 ◦ green 232 ◦ blue 134

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

Shades of Khaki #FCE886

Tints of Khaki #FCE886

RGB

 RED value IS 252 (98.83% from 255) = 40.78%

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

 BLUE value IS 134 (52.73% from 255) = 21.68%

R = 40.78%
G = 37.54%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCE886 (or 0xFCE886) is known color: Khaki. HEX triplet: FC, E8 and 86. RGB value is (252,232,134). Sum of RGB (Red+Green+Blue) = 252+232+134=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 134 (52.73% from 255 or 21.68% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE886 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE886 is #031779. Grayscale: #E3E3E3. Windows color (decimal): -202618 or 8841468. OLE color: 8841468.

HSL color Cylindrical-coordinate representation of color #FCE886: hue angle of 49.83º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCE886 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 232 134 -
CMYK 0 0.08 0.47 0.01
HSL 49.83º 0.95% 0.76% -
HSV(B) 49.83º 0.47% 0.99% -
XYZ 73.3 80.13 34.16 -
YUV 226.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 252 232 134 0 0.08 0.47 0.01 49.83 0.95 0.76
Hex FC E8 86 0 8 2F 1 32 5F 4C
Octal 374 350 206 0 10 57 1 62 137 114
Binary 11111100 11101000 10000110 0 1000 101111 1 110010 1011111 1001100

Color Harmonies of #FCE886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE886

Black with #FCE886

Text Example


Text Example

White with #FCE886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE886; }

 p { color: rgb(252,232,134); }

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

background-color css

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

 a { background-color: rgb(252,232,134); }

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

border-color css

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

 span { border-color: rgb(252,232,134); }

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