Shades of Frangipani #FDD69E
Tints of Frangipani #FDD69E
RGB
CMYK
RGB Variations
Color information
#FDD69E (or 0xFDD69E) is known color: Frangipani. HEX triplet: FD, D6 and 9E. RGB value is (253,214,158). Sum of RGB (Red+Green+Blue) = 253+214+158=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 158 (62.11% from 255 or 25.28% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD69E is #022961. Grayscale: #DBDBDB. Windows color (decimal): -141666 or 10409725. OLE color: 10409725.
HSL color Cylindrical-coordinate representation of color #FDD69E: hue angle of 35.37º 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 #FDD69E is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 214 | 158 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.01 |
| HSL | 35.37º | 0.96% | 0.81% | - |
| HSV(B) | 35.37º | 0.38% | 0.99% | - |
| XYZ | 70.73 | 71.44 | 42.41 | - |
| YUV | 219.28 | 93.42 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 214 | 158 | 0 | 0.15 | 0.38 | 0.01 | 35.37 | 0.96 | 0.81 |
| Hex | FD | D6 | 9E | 0 | F | 26 | 1 | 23 | 60 | 51 |
| Octal | 375 | 326 | 236 | 0 | 17 | 46 | 1 | 43 | 140 | 121 |
| Binary | 11111101 | 11010110 | 10011110 | 0 | 1111 | 100110 | 1 | 100011 | 1100000 | 1010001 |
Color Harmonies of #FDD69E
Complementary color
Monochromatic Colors of #FDD69E
Black with #FDD69E
Text Example
Text Example
White with #FDD69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD69E; }
p { color: rgb(253,214,158); }
H1.HeaderClassName
{
color: #FDD69E;
}
.AnyTagClassName
{
color: #FDD69E;
}
</style>
background-color css
<style>
a { background-color: #FDD69E; }
a { background-color: rgb(253,214,158); }
div.DivClassName
{
background-color: #FDD69E;
}
.BgClassName
{
background-color: #FDD69E;
}
</style>
border-color css
<style>
span { border-color: #FDD69E; }
span { border-color: rgb(253,214,158); }
td.TdClassName
{
border-color: #FDD69E;
}
.TagClassName
{
border-color: #FDD69E;
}
</style>