#FEDB9E

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

Shades of Frangipani #FEDB9E

Tints of Frangipani #FEDB9E

Color information

#FEDB9E (or 0xFEDB9E) is unknown color: approx Frangipani. HEX triplet: FE, DB and 9E. RGB value is (254,219,158). Sum of RGB (Red+Green+Blue) = 254+219+158=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 158 (62.11% from 255 or 25.04% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDB9E is #012461. Grayscale: #DEDEDE. Windows color (decimal): -74850 or 10411006. OLE color: 10411006.

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

Color convert

RGB254219158-
CMYK00.140.380.00
HSL38.12º97.96%80.78%-
HSV(B)38.12º37.8%99.61%-
XYZ72.3874.242.86-
YUV222.5191.6150.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.25%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 158 (62.11% from 255) = 25.04%
R=40.25%
G=34.71%
B=25.04%

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
Decimal25421915800.140.380.0038.1297.9680.78
HexFEDB9E0E260266251
Octal37633323601646046142121
Binary11111110110110111001111001110100110010011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDB9E; }

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

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

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

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

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

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

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

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