Html Css Color HEX #FDE294 Vis Vis

📋 copy color: '#FDE294'

red 253 ◦ green 226 ◦ blue 148

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

Shades of Vis Vis #FDE294

Tints of Vis Vis #FDE294

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.2% from 255) = 23.6%

R = 40.35%
G = 36.04%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDE294 (or 0xFDE294) is known color: 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

RGB 253 226 148 -
CMYK 0 0.11 0.42 0.01
HSL 44.57º 0.96% 0.79% -
HSV(B) 44.57º 0.42% 0.99% -
XYZ 73.05 77.41 39.11 -
YUV 225.18 84.45 147.84 -
System Red Green Blue C M Y K H S L
Decimal 253 226 148 0 0.11 0.42 0.01 44.57 0.96 0.79
Hex FD E2 94 0 B 2A 1 2D 60 4F
Octal 375 342 224 0 13 52 1 55 140 117
Binary 11111101 11100010 10010100 0 1011 101010 1 101101 1100000 1001111

Color Harmonies of #FDE294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE294

Black with #FDE294

Text Example


Text Example

White with #FDE294

Text Example


Text Example

HTML Codes & Css Web 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>