#FED19F

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

Shades of Frangipani #FED19F

Tints of Frangipani #FED19F

Color information

#FED19F (or 0xFED19F) is unknown color: approx Frangipani. HEX triplet: FE, D1 and 9F. RGB value is (254,209,159). Sum of RGB (Red+Green+Blue) = 254+209+159=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 159 (62.5% from 255 or 25.56% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FED19F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED19F is #012E60. Grayscale: #D9D9D9. Windows color (decimal): -77409 or 10473982. OLE color: 10473982.

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

Color convert

RGB254209159-
CMYK00.180.370.00
HSL31.58º97.94%80.98%-
HSV(B)31.58º37.4%99.61%-
XYZ69.9369.1742.47-
YUV216.7695.41154.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.84%
GREEN value IS 209 (82.03% from 255) = 33.60%
BLUE value IS 159 (62.5% from 255) = 25.56%
R=40.84%
G=33.60%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420915900.180.370.0031.5897.9480.98
HexFED19F012250206251
Octal37632123702245040142121
Binary111111101101000110011111010010100101010000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED19F; }

 p { color: rgb(254,209,159); }

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

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

 a { background-color: rgb(254,209,159); }

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

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

 span { border-color: rgb(254,209,159); }

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