#FDE98D

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

Shades of Vis Vis #FDE98D

Tints of Vis Vis #FDE98D

Color information

#FDE98D (or 0xFDE98D) is unknown color: approx Vis Vis. HEX triplet: FD, E9 and 8D. RGB value is (253,233,141). Sum of RGB (Red+Green+Blue) = 253+233+141=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 141 (55.47% from 255 or 22.49% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE98D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE98D is #021672. Grayscale: #E4E4E4. Windows color (decimal): -136819 or 9300477. OLE color: 9300477.

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

Color convert

RGB253233141-
CMYK00.080.440.01
HSL49.29º96.55%77.25%-
HSV(B)49.29º44.27%99.22%-
XYZ74.4581.0836.93-
YUV228.4978.63145.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 233 (91.41% from 255) = 37.16%
BLUE value IS 141 (55.47% from 255) = 22.49%
R=40.35%
G=37.16%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323314100.080.440.0149.2996.5577.25
HexFDE98D082C131614d
Octal37535121501054161141115
Binary11111101111010011000110101000101100111000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE98D; }

 p { color: rgb(253,233,141); }

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

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

 a { background-color: rgb(253,233,141); }

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

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

 span { border-color: rgb(253,233,141); }

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