#FDD39E

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

Shades of Frangipani #FDD39E

Tints of Frangipani #FDD39E

Color information

#FDD39E (or 0xFDD39E) is unknown color: approx Frangipani. HEX triplet: FD, D3 and 9E. RGB value is (253,211,158). Sum of RGB (Red+Green+Blue) = 253+211+158=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 158 (62.11% from 255 or 25.40% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD39E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD39E is #022C61. Grayscale: #D9D9D9. Windows color (decimal): -142434 or 10408957. OLE color: 10408957.

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

Color convert

RGB253211158-
CMYK00.170.380.01
HSL33.47º95.96%80.59%-
HSV(B)33.47º37.55%99.22%-
XYZ69.9769.9442.16-
YUV217.5294.41153.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.68%
GREEN value IS 211 (82.81% from 255) = 33.92%
BLUE value IS 158 (62.11% from 255) = 25.40%
R=40.68%
G=33.92%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321115800.170.380.0133.4795.9680.59
HexFDD39E011261216051
Octal37532323602146141140121
Binary111111011101001110011110010001100110110000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD39E; }

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

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

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

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

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

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

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

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