#fedc9d

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

Shades of Frangipani #FEDC9D

Tints of Frangipani #FEDC9D

Color information

#FEDC9D (or 0xFEDC9D) is unknown color: approx Frangipani. HEX triplet: FE, DC and 9D. RGB value is (254,220,157). Sum of RGB (Red+Green+Blue) = 254+220+157=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 157 (61.72% from 255 or 24.88% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC9D is #012362. Grayscale: #DFDFDF. Windows color (decimal): -74595 or 10345726. OLE color: 10345726.

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

Color convert

RGB254220157-
CMYK00.130.380.00
HSL38.97º97.98%80.59%-
HSV(B)38.97º38.19%99.61%-
XYZ72.5574.6942.49-
YUV222.9890.76150.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.25%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 157 (61.72% from 255) = 24.88%
R=40.25%
G=34.87%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422015700.130.380.0038.9797.9880.59
HexFEDC9D0D260276251
Octal37633423501546047142121
Binary11111110110111001001110101101100110010011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fedc9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fedc9d; }

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

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

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

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

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

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

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

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