Shades of Frangipani #FDD49E
Tints of Frangipani #FDD49E
RGB
CMYK
RGB Variations
Color information
#FDD49E (or 0xFDD49E) is known color: 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
| RGB | 253 | 212 | 158 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.01 |
| HSL | 34.11º | 0.96% | 0.81% | - |
| HSV(B) | 34.11º | 0.38% | 0.99% | - |
| XYZ | 70.22 | 70.44 | 42.24 | - |
| YUV | 218.1 | 94.08 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 158 | 0 | 0.16 | 0.38 | 0.01 | 34.11 | 0.96 | 0.81 |
| Hex | FD | D4 | 9E | 0 | 10 | 26 | 1 | 22 | 60 | 51 |
| Octal | 375 | 324 | 236 | 0 | 20 | 46 | 1 | 42 | 140 | 121 |
| Binary | 11111101 | 11010100 | 10011110 | 0 | 10000 | 100110 | 1 | 100010 | 1100000 | 1010001 |
Color Harmonies of #FDD49E
Complementary color
Monochromatic Colors of #FDD49E
Black with #FDD49E
Text Example
Text Example
White with #FDD49E
Text Example
Text Example
HTML Codes & Css Web 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>