Shades of Frangipani #FDD99D
Tints of Frangipani #FDD99D
RGB
CMYK
RGB Variations
Color information
#FDD99D (or 0xFDD99D) is known color: Frangipani. HEX triplet: FD, D9 and 9D. RGB value is (253,217,157). Sum of RGB (Red+Green+Blue) = 253+217+157=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 157 (61.72% from 255 or 25.04% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD99D is #022662. Grayscale: #DDDDDD. Windows color (decimal): -140899 or 10344957. OLE color: 10344957.
HSL color Cylindrical-coordinate representation of color #FDD99D: hue angle of 37.5º 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 #FDD99D is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 157 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.01 |
| HSL | 37.5º | 0.96% | 0.8% | - |
| HSV(B) | 37.5º | 0.38% | 0.99% | - |
| XYZ | 71.41 | 72.94 | 42.21 | - |
| YUV | 220.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 157 | 0 | 0.14 | 0.38 | 0.01 | 37.5 | 0.96 | 0.8 |
| Hex | FD | D9 | 9D | 0 | E | 26 | 1 | 26 | 60 | 50 |
| Octal | 375 | 331 | 235 | 0 | 16 | 46 | 1 | 46 | 140 | 120 |
| Binary | 11111101 | 11011001 | 10011101 | 0 | 1110 | 100110 | 1 | 100110 | 1100000 | 1010000 |
Color Harmonies of #FDD99D
Complementary color
Monochromatic Colors of #FDD99D
Black with #FDD99D
Text Example
Text Example
White with #FDD99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD99D; }
p { color: rgb(253,217,157); }
H1.HeaderClassName
{
color: #FDD99D;
}
.AnyTagClassName
{
color: #FDD99D;
}
</style>
background-color css
<style>
a { background-color: #FDD99D; }
a { background-color: rgb(253,217,157); }
div.DivClassName
{
background-color: #FDD99D;
}
.BgClassName
{
background-color: #FDD99D;
}
</style>
border-color css
<style>
span { border-color: #FDD99D; }
span { border-color: rgb(253,217,157); }
td.TdClassName
{
border-color: #FDD99D;
}
.TagClassName
{
border-color: #FDD99D;
}
</style>