#FEDD8F

Color #FEDD8F Vis Vis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vis Vis #FEDD8F

Tints of Vis Vis #FEDD8F

Color information

#FEDD8F (or 0xFEDD8F) is unknown color: approx Vis Vis. HEX triplet: FE, DD and 8F. RGB value is (254,221,143). Sum of RGB (Red+Green+Blue) = 254+221+143=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 143 (56.25% from 255 or 23.14% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD8F is #012270. Grayscale: #DEDEDE. Windows color (decimal): -74353 or 9428478. OLE color: 9428478.

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

Color convert

RGB254221143-
CMYK00.130.440.00
HSL42.16º98.23%77.84%-
HSV(B)42.16º43.7%99.61%-
XYZ71.6974.7736.64-
YUV221.9883.43150.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 143 (56.25% from 255) = 23.14%
R=41.10%
G=35.76%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422114300.130.440.0042.1698.2377.84
HexFEDD8F0D2C02a624e
Octal37633521701554052142116
Binary11111110110111011000111101101101100010101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDD8F; }

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

 H1.HeaderClassName
 {
   color: #FEDD8F;
 }
 .AnyTagClassName
 {
   color: #FEDD8F;
 }
</style>
background-color css

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

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

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

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

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

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