#FFD39E

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

Shades of Frangipani #FFD39E

Tints of Frangipani #FFD39E

Color information

#FFD39E (or 0xFFD39E) is unknown color: approx Frangipani. HEX triplet: FF, D3 and 9E. RGB value is (255,211,158). Sum of RGB (Red+Green+Blue) = 255+211+158=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 158 (62.11% from 255 or 25.32% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD39E is #002C61. Grayscale: #DADADA. Windows color (decimal): -11362 or 10408959. OLE color: 10408959.

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

Color convert

RGB255211158-
CMYK00.170.380
HSL32.78º100%80.98%-
HSV(B)32.78º38.04%100%-
XYZ70.7170.3242.19-
YUV218.1194.08154.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 211 (82.81% from 255) = 33.81%
BLUE value IS 158 (62.11% from 255) = 25.32%
R=40.87%
G=33.81%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521115800.170.38032.7810080.98
HexFFD39E011260216451
Octal37732323602146041144121
Binary111111111101001110011110010001100110010000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD39E; }

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

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

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

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

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

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

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

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