#FDE88C

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

Shades of Vis Vis #FDE88C

Tints of Vis Vis #FDE88C

Color information

#FDE88C (or 0xFDE88C) is unknown color: approx Vis Vis. HEX triplet: FD, E8 and 8C. RGB value is (253,232,140). Sum of RGB (Red+Green+Blue) = 253+232+140=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 140 (55.08% from 255 or 22.4% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE88C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE88C is #021773. Grayscale: #E4E4E4. Windows color (decimal): -137076 or 9234685. OLE color: 9234685.

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

Color convert

RGB253232140-
CMYK00.080.450.01
HSL48.85º96.58%77.06%-
HSV(B)48.85º44.66%99.22%-
XYZ74.180.4936.44-
YUV227.7978.46145.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 232 (91.02% from 255) = 37.12%
BLUE value IS 140 (55.08% from 255) = 22.4%
R=40.48%
G=37.12%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323214000.080.450.0148.8596.5877.06
HexFDE88C082D131614d
Octal37535021401055161141115
Binary11111101111010001000110001000101101111000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE88C; }

 p { color: rgb(253,232,140); }

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

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

 a { background-color: rgb(253,232,140); }

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

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

 span { border-color: rgb(253,232,140); }

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