#FEDA9E

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

Shades of Frangipani #FEDA9E

Tints of Frangipani #FEDA9E

Color information

#FEDA9E (or 0xFEDA9E) is unknown color: approx Frangipani. HEX triplet: FE, DA and 9E. RGB value is (254,218,158). Sum of RGB (Red+Green+Blue) = 254+218+158=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 158 (62.11% from 255 or 25.08% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA9E is #012561. Grayscale: #DEDEDE. Windows color (decimal): -75106 or 10410750. OLE color: 10410750.

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

Color convert

RGB254218158-
CMYK00.140.380.00
HSL37.5º97.96%80.78%-
HSV(B)37.5º37.8%99.61%-
XYZ72.1273.6842.77-
YUV221.9291.93150.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.32%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 158 (62.11% from 255) = 25.08%
R=40.32%
G=34.60%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421815800.140.380.0037.597.9680.78
HexFEDA9E0E260266251
Octal37633223601646046142121
Binary11111110110110101001111001110100110010011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDA9E; }

 p { color: rgb(254,218,158); }

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

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

 a { background-color: rgb(254,218,158); }

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

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

 span { border-color: rgb(254,218,158); }

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