#FDE294

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

Shades of Vis Vis #FDE294

Tints of Vis Vis #FDE294

Color information

#FDE294 (or 0xFDE294) is unknown color: approx Vis Vis. HEX triplet: FD, E2 and 94. RGB value is (253,226,148). Sum of RGB (Red+Green+Blue) = 253+226+148=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 226 (88.67% from 255 or 36.04% from 627); Blue value is 148 (58.20% from 255 or 23.60% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE294 is #021D6B. Grayscale: #E1E1E1. Windows color (decimal): -138604 or 9757437. OLE color: 9757437.

HSL color Cylindrical-coordinate representation of color #FDE294: hue angle of 44.57º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDE294 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB253226148-
CMYK00.110.420.01
HSL44.57º96.33%78.63%-
HSV(B)44.57º41.5%99.22%-
XYZ73.0577.4139.11-
YUV225.1884.45147.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.35%
GREEN value IS 226 (88.67% from 255) = 36.04%
BLUE value IS 148 (58.20% from 255) = 23.60%
R=40.35%
G=36.04%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322614800.110.420.0144.5796.3378.63
HexFDE2940B2A12d604f
Octal37534222401352155140117
Binary11111101111000101001010001011101010110110111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE294; }

 p { color: rgb(253,226,148); }

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

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

 a { background-color: rgb(253,226,148); }

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

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

 span { border-color: rgb(253,226,148); }

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