#FFD49E

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

Shades of Frangipani #FFD49E

Tints of Frangipani #FFD49E

Color information

#FFD49E (or 0xFFD49E) is unknown color: approx Frangipani. HEX triplet: FF, D4 and 9E. RGB value is (255,212,158). Sum of RGB (Red+Green+Blue) = 255+212+158=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 158 (62.11% from 255 or 25.28% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD49E is #002B61. Grayscale: #DADADA. Windows color (decimal): -11106 or 10409215. OLE color: 10409215.

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

Color convert

RGB255212158-
CMYK00.170.380
HSL33.4º100%80.98%-
HSV(B)33.4º38.04%100%-
XYZ70.9670.8242.28-
YUV218.793.75153.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 212 (83.20% from 255) = 33.92%
BLUE value IS 158 (62.11% from 255) = 25.28%
R=40.8%
G=33.92%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521215800.170.38033.410080.98
HexFFD49E011260216451
Octal37732423602146041144121
Binary111111111101010010011110010001100110010000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD49E; }

 p { color: rgb(255,212,158); }

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

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

 a { background-color: rgb(255,212,158); }

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

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

 span { border-color: rgb(255,212,158); }

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