Html Css Color HEX #FEDE8F Vis Vis

📋 copy color: '#FEDE8F'

red 254 ◦ green 222 ◦ blue 143

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

Shades of Vis Vis #FEDE8F

Tints of Vis Vis #FEDE8F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.86%

 BLUE value IS 143 (56.25% from 255) = 23.1%

R = 41.03%
G = 35.86%
B = 23.1%

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

#FEDE8F (or 0xFEDE8F) is known color: Vis Vis. HEX triplet: FE, DE and 8F. RGB value is (254,222,143). Sum of RGB (Red+Green+Blue) = 254+222+143=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 143 (56.25% from 255 or 23.10% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE8F is #012170. Grayscale: #DEDEDE. Windows color (decimal): -74097 or 9428734. OLE color: 9428734.

HSL color Cylindrical-coordinate representation of color #FEDE8F: hue angle of 42.7º 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 #FEDE8F is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 222 143 -
CMYK 0 0.13 0.44 0.00
HSL 42.7º 0.98% 0.78% -
HSV(B) 42.7º 0.44% 1% -
XYZ 71.95 75.3 36.73 -
YUV 222.56 83.1 150.42 -
System Red Green Blue C M Y K H S L
Decimal 254 222 143 0 0.13 0.44 0.00 42.7 0.98 0.78
Hex FE DE 8F 0 D 2C 0 2B 62 4E
Octal 376 336 217 0 15 54 0 53 142 116
Binary 11111110 11011110 10001111 0 1101 101100 0 101011 1100010 1001110

Color Harmonies of #FEDE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE8F

Black with #FEDE8F

Text Example


Text Example

White with #FEDE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE8F; }

 p { color: rgb(254,222,143); }

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

background-color css

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

 a { background-color: rgb(254,222,143); }

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

border-color css

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

 span { border-color: rgb(254,222,143); }

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