Html Css Color HEX #FDEA88 Khaki

📋 copy color: '#FDEA88'

red 253 ◦ green 234 ◦ blue 136

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

Shades of Khaki #FDEA88

Tints of Khaki #FDEA88

RGB

 RED value IS 253 (99.22% from 255) = 40.61%

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

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

R = 40.61%
G = 37.56%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FDEA88 (or 0xFDEA88) is known color: Khaki. HEX triplet: FD, EA and 88. RGB value is (253,234,136). Sum of RGB (Red+Green+Blue) = 253+234+136=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 136 (53.52% from 255 or 21.83% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA88 is #021577. Grayscale: #E4E4E4. Windows color (decimal): -136568 or 8973053. OLE color: 8973053.

HSL color Cylindrical-coordinate representation of color #FDEA88: hue angle of 50.26º degrees, saturation: 0.97, 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 #FDEA88 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 234 136 -
CMYK 0 0.08 0.46 0.01
HSL 50.26º 0.97% 0.76% -
HSV(B) 50.26º 0.46% 0.99% -
XYZ 74.37 81.51 35.1 -
YUV 228.51 75.79 145.47 -
System Red Green Blue C M Y K H S L
Decimal 253 234 136 0 0.08 0.46 0.01 50.26 0.97 0.76
Hex FD EA 88 0 8 2E 1 32 61 4C
Octal 375 352 210 0 10 56 1 62 141 114
Binary 11111101 11101010 10001000 0 1000 101110 1 110010 1100001 1001100

Color Harmonies of #FDEA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA88

Black with #FDEA88

Text Example


Text Example

White with #FDEA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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