Html Css Color HEX #FEDC8D Vis Vis

📋 copy color: '#FEDC8D'

red 254 ◦ green 220 ◦ blue 141

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

Shades of Vis Vis #FEDC8D

Tints of Vis Vis #FEDC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 22.93%

R = 41.3%
G = 35.77%
B = 22.93%

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

#FEDC8D (or 0xFEDC8D) is known color: Vis Vis. HEX triplet: FE, DC and 8D. RGB value is (254,220,141). Sum of RGB (Red+Green+Blue) = 254+220+141=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 141 (55.47% from 255 or 22.93% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC8D is #012372. Grayscale: #DDDDDD. Windows color (decimal): -74611 or 9297150. OLE color: 9297150.

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

Color convert

RGB 254 220 141 -
CMYK 0 0.13 0.44 0.00
HSL 41.95º 0.98% 0.77% -
HSV(B) 41.95º 0.44% 1% -
XYZ 71.27 74.18 35.76 -
YUV 221.16 82.76 151.42 -
System Red Green Blue C M Y K H S L
Decimal 254 220 141 0 0.13 0.44 0.00 41.95 0.98 0.77
Hex FE DC 8D 0 D 2C 0 2A 62 4D
Octal 376 334 215 0 15 54 0 52 142 115
Binary 11111110 11011100 10001101 0 1101 101100 0 101010 1100010 1001101

Color Harmonies of #FEDC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC8D

Black with #FEDC8D

Text Example


Text Example

White with #FEDC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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