#FDE48E

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

Shades of Vis Vis #FDE48E

Tints of Vis Vis #FDE48E

Color information

#FDE48E (or 0xFDE48E) is unknown color: approx Vis Vis. HEX triplet: FD, E4 and 8E. RGB value is (253,228,142). Sum of RGB (Red+Green+Blue) = 253+228+142=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 142 (55.86% from 255 or 22.79% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE48E is #021B71. Grayscale: #E2E2E2. Windows color (decimal): -138098 or 9364733. OLE color: 9364733.

HSL color Cylindrical-coordinate representation of color #FDE48E: hue angle of 46.49º 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 #FDE48E is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB253228142-
CMYK00.100.440.01
HSL46.49º96.52%77.45%-
HSV(B)46.49º43.87%99.22%-
XYZ73.1378.3236.85-
YUV225.6780.78147.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 228 (89.45% from 255) = 36.60%
BLUE value IS 142 (55.86% from 255) = 22.79%
R=40.61%
G=36.60%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322814200.100.440.0146.4996.5277.45
HexFDE48E0A2C12e614d
Octal37534421601254156141115
Binary11111101111001001000111001010101100110111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE48E; }

 p { color: rgb(253,228,142); }

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

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

 a { background-color: rgb(253,228,142); }

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

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

 span { border-color: rgb(253,228,142); }

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