Html Css Color HEX #FDE494 Vis Vis

📋 copy color: '#FDE494'

red 253 ◦ green 228 ◦ blue 148

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

Shades of Vis Vis #FDE494

Tints of Vis Vis #FDE494

RGB

 RED value IS 253 (99.22% from 255) = 40.22%

 GREEN value IS 228 (89.45% from 255) = 36.25%

 BLUE value IS 148 (58.2% from 255) = 23.53%

R = 40.22%
G = 36.25%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDE494 (or 0xFDE494) is known color: Vis Vis. HEX triplet: FD, E4 and 94. RGB value is (253,228,148). Sum of RGB (Red+Green+Blue) = 253+228+148=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 228 (89.45% from 255 or 36.25% from 629); Blue value is 148 (58.20% from 255 or 23.53% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE494 is #021B6B. Grayscale: #E2E2E2. Windows color (decimal): -138092 or 9757949. OLE color: 9757949.

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

Color convert

RGB 253 228 148 -
CMYK 0 0.10 0.42 0.01
HSL 45.71º 0.96% 0.79% -
HSV(B) 45.71º 0.42% 0.99% -
XYZ 73.6 78.51 39.29 -
YUV 226.36 83.78 147 -
System Red Green Blue C M Y K H S L
Decimal 253 228 148 0 0.10 0.42 0.01 45.71 0.96 0.79
Hex FD E4 94 0 A 2A 1 2E 60 4F
Octal 375 344 224 0 12 52 1 56 140 117
Binary 11111101 11100100 10010100 0 1010 101010 1 101110 1100000 1001111

Color Harmonies of #FDE494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE494

Black with #FDE494

Text Example


Text Example

White with #FDE494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE494; }

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

 H1.HeaderClassName
 {
   color: #FDE494;
 }
 .AnyTagClassName
 {
   color: #FDE494;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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