Html Css Color HEX #FCEA88 Khaki

📋 copy color: '#FCEA88'

red 252 ◦ green 234 ◦ blue 136

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

Shades of Khaki #FCEA88

Tints of Khaki #FCEA88

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.62%

 BLUE value IS 136 (53.52% from 255) = 21.86%

R = 40.51%
G = 37.62%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FCEA88 (or 0xFCEA88) is known color: Khaki. HEX triplet: FC, EA and 88. RGB value is (252,234,136). Sum of RGB (Red+Green+Blue) = 252+234+136=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 136 (53.52% from 255 or 21.86% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA88 is #031577. Grayscale: #E4E4E4. Windows color (decimal): -202104 or 8973052. OLE color: 8973052.

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

Color convert

RGB 252 234 136 -
CMYK 0 0.07 0.46 0.01
HSL 50.69º 0.95% 0.76% -
HSV(B) 50.69º 0.46% 0.99% -
XYZ 74.01 81.32 35.09 -
YUV 228.21 75.96 144.97 -
System Red Green Blue C M Y K H S L
Decimal 252 234 136 0 0.07 0.46 0.01 50.69 0.95 0.76
Hex FC EA 88 0 7 2E 1 33 5F 4C
Octal 374 352 210 0 7 56 1 63 137 114
Binary 11111100 11101010 10001000 0 111 101110 1 110011 1011111 1001100

Color Harmonies of #FCEA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA88

Black with #FCEA88

Text Example


Text Example

White with #FCEA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA88; }

 p { color: rgb(252,234,136); }

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

background-color css

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

 a { background-color: rgb(252,234,136); }

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

border-color css

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

 span { border-color: rgb(252,234,136); }

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