Shades of Frangipani #FDD5A9
Tints of Frangipani #FDD5A9
RGB
CMYK
RGB Variations
Color information
#FDD5A9 (or 0xFDD5A9) is known color: Frangipani. HEX triplet: FD, D5 and A9. RGB value is (253,213,169). Sum of RGB (Red+Green+Blue) = 253+213+169=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 169 (66.41% from 255 or 26.61% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD5A9 is #022A56. Grayscale: #DCDCDC. Windows color (decimal): -141911 or 11130365. OLE color: 11130365.
HSL color Cylindrical-coordinate representation of color #FDD5A9: hue angle of 31.43º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDD5A9 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 169 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.01 |
| HSL | 31.43º | 0.95% | 0.83% | - |
| HSV(B) | 31.43º | 0.33% | 0.99% | - |
| XYZ | 71.46 | 71.34 | 47.54 | - |
| YUV | 219.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 169 | 0 | 0.16 | 0.33 | 0.01 | 31.43 | 0.95 | 0.83 |
| Hex | FD | D5 | A9 | 0 | 10 | 21 | 1 | 1F | 5F | 53 |
| Octal | 375 | 325 | 251 | 0 | 20 | 41 | 1 | 37 | 137 | 123 |
| Binary | 11111101 | 11010101 | 10101001 | 0 | 10000 | 100001 | 1 | 11111 | 1011111 | 1010011 |
Color Harmonies of #FDD5A9
Complementary color
Monochromatic Colors of #FDD5A9
Black with #FDD5A9
Text Example
Text Example
White with #FDD5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5A9; }
p { color: rgb(253,213,169); }
H1.HeaderClassName
{
color: #FDD5A9;
}
.AnyTagClassName
{
color: #FDD5A9;
}
</style>
background-color css
<style>
a { background-color: #FDD5A9; }
a { background-color: rgb(253,213,169); }
div.DivClassName
{
background-color: #FDD5A9;
}
.BgClassName
{
background-color: #FDD5A9;
}
</style>
border-color css
<style>
span { border-color: #FDD5A9; }
span { border-color: rgb(253,213,169); }
td.TdClassName
{
border-color: #FDD5A9;
}
.TagClassName
{
border-color: #FDD5A9;
}
</style>