Shades of Frangipani #FDD79D
Tints of Frangipani #FDD79D
RGB
CMYK
RGB Variations
Color information
#FDD79D (or 0xFDD79D) is known color: Frangipani. HEX triplet: FD, D7 and 9D. RGB value is (253,215,157). Sum of RGB (Red+Green+Blue) = 253+215+157=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 157 (61.72% from 255 or 25.12% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD79D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD79D is #022862. Grayscale: #DCDCDC. Windows color (decimal): -141411 or 10344445. OLE color: 10344445.
HSL color Cylindrical-coordinate representation of color #FDD79D: hue angle of 36.25º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FDD79D is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 157 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.01 |
| HSL | 36.25º | 0.96% | 0.8% | - |
| HSV(B) | 36.25º | 0.38% | 0.99% | - |
| XYZ | 70.89 | 71.92 | 42.04 | - |
| YUV | 219.75 | 92.59 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 157 | 0 | 0.15 | 0.38 | 0.01 | 36.25 | 0.96 | 0.8 |
| Hex | FD | D7 | 9D | 0 | F | 26 | 1 | 24 | 60 | 50 |
| Octal | 375 | 327 | 235 | 0 | 17 | 46 | 1 | 44 | 140 | 120 |
| Binary | 11111101 | 11010111 | 10011101 | 0 | 1111 | 100110 | 1 | 100100 | 1100000 | 1010000 |
Color Harmonies of #FDD79D
Complementary color
Monochromatic Colors of #FDD79D
Black with #FDD79D
Text Example
Text Example
White with #FDD79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD79D; }
p { color: rgb(253,215,157); }
H1.HeaderClassName
{
color: #FDD79D;
}
.AnyTagClassName
{
color: #FDD79D;
}
</style>
background-color css
<style>
a { background-color: #FDD79D; }
a { background-color: rgb(253,215,157); }
div.DivClassName
{
background-color: #FDD79D;
}
.BgClassName
{
background-color: #FDD79D;
}
</style>
border-color css
<style>
span { border-color: #FDD79D; }
span { border-color: rgb(253,215,157); }
td.TdClassName
{
border-color: #FDD79D;
}
.TagClassName
{
border-color: #FDD79D;
}
</style>