Html Css Color HEX #FEDC8E Vis Vis

📋 copy color: '#FEDC8E'

red 254 ◦ green 220 ◦ blue 142

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

Shades of Vis Vis #FEDC8E

Tints of Vis Vis #FEDC8E

RGB

 RED value IS 254 (99.61% from 255) = 41.23%

 GREEN value IS 220 (86.33% from 255) = 35.71%

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

R = 41.23%
G = 35.71%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEDC8E (or 0xFEDC8E) is known color: Vis Vis. HEX triplet: FE, DC and 8E. RGB value is (254,220,142). Sum of RGB (Red+Green+Blue) = 254+220+142=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 142 (55.86% from 255 or 23.05% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC8E is #012371. Grayscale: #DDDDDD. Windows color (decimal): -74610 or 9362686. OLE color: 9362686.

HSL color Cylindrical-coordinate representation of color #FEDC8E: hue angle of 41.79º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEDC8E is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 220 142 -
CMYK 0 0.13 0.44 0.00
HSL 41.79º 0.98% 0.78% -
HSV(B) 41.79º 0.44% 1% -
XYZ 71.35 74.21 36.15 -
YUV 221.27 83.26 151.34 -
System Red Green Blue C M Y K H S L
Decimal 254 220 142 0 0.13 0.44 0.00 41.79 0.98 0.78
Hex FE DC 8E 0 D 2C 0 2A 62 4E
Octal 376 334 216 0 15 54 0 52 142 116
Binary 11111110 11011100 10001110 0 1101 101100 0 101010 1100010 1001110

Color Harmonies of #FEDC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC8E

Black with #FEDC8E

Text Example


Text Example

White with #FEDC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC8E; }

 p { color: rgb(254,220,142); }

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

background-color css

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

 a { background-color: rgb(254,220,142); }

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

border-color css

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

 span { border-color: rgb(254,220,142); }

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