Html Css Color HEX #FDE194 Vis Vis

📋 copy color: '#FDE194'

red 253 ◦ green 225 ◦ blue 148

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

Shades of Vis Vis #FDE194

Tints of Vis Vis #FDE194

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.94%

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

R = 40.42%
G = 35.94%
B = 23.64%

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

#FDE194 (or 0xFDE194) is known color: Vis Vis. HEX triplet: FD, E1 and 94. RGB value is (253,225,148). Sum of RGB (Red+Green+Blue) = 253+225+148=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 148 (58.20% from 255 or 23.64% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE194 is #021E6B. Grayscale: #E0E0E0. Windows color (decimal): -138860 or 9757181. OLE color: 9757181.

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

Color convert

RGB 253 225 148 -
CMYK 0 0.11 0.42 0.01
HSL 44º 0.96% 0.79% -
HSV(B) 44º 0.42% 0.99% -
XYZ 72.78 76.87 39.02 -
YUV 224.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 253 225 148 0 0.11 0.42 0.01 44 0.96 0.79
Hex FD E1 94 0 B 2A 1 2C 60 4F
Octal 375 341 224 0 13 52 1 54 140 117
Binary 11111101 11100001 10010100 0 1011 101010 1 101100 1100000 1001111

Color Harmonies of #FDE194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE194

Black with #FDE194

Text Example


Text Example

White with #FDE194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE194; }

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

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

background-color css

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

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

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

border-color css

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

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

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