#FDD49E

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

Shades of Frangipani #FDD49E

Tints of Frangipani #FDD49E

Color information

#FDD49E (or 0xFDD49E) is unknown color: approx Frangipani. HEX triplet: FD, D4 and 9E. RGB value is (253,212,158). Sum of RGB (Red+Green+Blue) = 253+212+158=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 158 (62.11% from 255 or 25.36% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD49E is #022B61. Grayscale: #DADADA. Windows color (decimal): -142178 or 10409213. OLE color: 10409213.

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

Color convert

RGB253212158-
CMYK00.160.380.01
HSL34.11º95.96%80.59%-
HSV(B)34.11º37.55%99.22%-
XYZ70.2270.4442.24-
YUV218.194.08152.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 212 (83.20% from 255) = 34.03%
BLUE value IS 158 (62.11% from 255) = 25.36%
R=40.61%
G=34.03%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321215800.160.380.0134.1195.9680.59
HexFDD49E010261226051
Octal37532423602046142140121
Binary111111011101010010011110010000100110110001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD49E; }

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

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

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

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

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

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

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

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