Html Css Color HEX #FDE396 Vis Vis

📋 copy color: '#FDE396'

red 253 ◦ green 227 ◦ blue 150

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

Shades of Vis Vis #FDE396

Tints of Vis Vis #FDE396

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.03%

 BLUE value IS 150 (58.98% from 255) = 23.81%

R = 40.16%
G = 36.03%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDE396 (or 0xFDE396) is known color: Vis Vis. HEX triplet: FD, E3 and 96. RGB value is (253,227,150). Sum of RGB (Red+Green+Blue) = 253+227+150=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 150 (58.98% from 255 or 23.81% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE396 is #021C69. Grayscale: #E2E2E2. Windows color (decimal): -138346 or 9888765. OLE color: 9888765.

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

Color convert

RGB 253 227 150 -
CMYK 0 0.10 0.41 0.01
HSL 44.85º 0.96% 0.79% -
HSV(B) 44.85º 0.41% 0.99% -
XYZ 73.48 78.02 40.04 -
YUV 226 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 253 227 150 0 0.10 0.41 0.01 44.85 0.96 0.79
Hex FD E3 96 0 A 29 1 2D 60 4F
Octal 375 343 226 0 12 51 1 55 140 117
Binary 11111101 11100011 10010110 0 1010 101001 1 101101 1100000 1001111

Color Harmonies of #FDE396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE396

Black with #FDE396

Text Example


Text Example

White with #FDE396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE396; }

 p { color: rgb(253,227,150); }

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

background-color css

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

 a { background-color: rgb(253,227,150); }

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

border-color css

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

 span { border-color: rgb(253,227,150); }

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