Html Css Color HEX #FDE38E Vis Vis

📋 copy color: '#FDE38E'

red 253 ◦ green 227 ◦ blue 142

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

Shades of Vis Vis #FDE38E

Tints of Vis Vis #FDE38E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 22.83%

R = 40.68%
G = 36.5%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDE38E (or 0xFDE38E) is known color: Vis Vis. HEX triplet: FD, E3 and 8E. RGB value is (253,227,142). Sum of RGB (Red+Green+Blue) = 253+227+142=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 142 (55.86% from 255 or 22.83% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE38E is #021C71. Grayscale: #E1E1E1. Windows color (decimal): -138354 or 9364477. OLE color: 9364477.

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

Color convert

RGB 253 227 142 -
CMYK 0 0.10 0.44 0.01
HSL 45.95º 0.97% 0.77% -
HSV(B) 45.95º 0.44% 0.99% -
XYZ 72.86 77.77 36.76 -
YUV 225.08 81.11 147.91 -
System Red Green Blue C M Y K H S L
Decimal 253 227 142 0 0.10 0.44 0.01 45.95 0.97 0.77
Hex FD E3 8E 0 A 2C 1 2E 61 4D
Octal 375 343 216 0 12 54 1 56 141 115
Binary 11111101 11100011 10001110 0 1010 101100 1 101110 1100001 1001101

Color Harmonies of #FDE38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE38E

Black with #FDE38E

Text Example


Text Example

White with #FDE38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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