#FEDBA5

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

Shades of Frangipani #FEDBA5

Tints of Frangipani #FEDBA5

Color information

#FEDBA5 (or 0xFEDBA5) is unknown color: approx Frangipani. HEX triplet: FE, DB and A5. RGB value is (254,219,165). Sum of RGB (Red+Green+Blue) = 254+219+165=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 165 (64.84% from 255 or 25.86% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBA5 is #01245A. Grayscale: #DFDFDF. Windows color (decimal): -74843 or 10869758. OLE color: 10869758.

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

Color convert

RGB254219165-
CMYK00.140.350.00
HSL36.4º97.8%82.16%-
HSV(B)36.4º35.04%99.61%-
XYZ7374.4546.12-
YUV223.3195.1149.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.81%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 165 (64.84% from 255) = 25.86%
R=39.81%
G=34.33%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421916500.140.350.0036.497.882.16
HexFEDBA50E230246252
Octal37633324501643044142122
Binary11111110110110111010010101110100011010010011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDBA5; }

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

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

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

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

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

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

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

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