Shades of Frangipani #FDD5AA
Tints of Frangipani #FDD5AA
RGB
CMYK
RGB Variations
Color information
#FDD5AA (or 0xFDD5AA) is known color: Frangipani. HEX triplet: FD, D5 and AA. RGB value is (253,213,170). Sum of RGB (Red+Green+Blue) = 253+213+170=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 170 (66.80% from 255 or 26.73% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD5AA is #022A55. Grayscale: #DCDCDC. Windows color (decimal): -141910 or 11195901. OLE color: 11195901.
HSL color Cylindrical-coordinate representation of color #FDD5AA: hue angle of 31.08º 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 #FDD5AA is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 170 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.01 |
| HSL | 31.08º | 0.95% | 0.83% | - |
| HSV(B) | 31.08º | 0.33% | 0.99% | - |
| XYZ | 71.56 | 71.37 | 48.04 | - |
| YUV | 220.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 170 | 0 | 0.16 | 0.33 | 0.01 | 31.08 | 0.95 | 0.83 |
| Hex | FD | D5 | AA | 0 | 10 | 21 | 1 | 1F | 5F | 53 |
| Octal | 375 | 325 | 252 | 0 | 20 | 41 | 1 | 37 | 137 | 123 |
| Binary | 11111101 | 11010101 | 10101010 | 0 | 10000 | 100001 | 1 | 11111 | 1011111 | 1010011 |
Color Harmonies of #FDD5AA
Complementary color
Monochromatic Colors of #FDD5AA
Black with #FDD5AA
Text Example
Text Example
White with #FDD5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5AA; }
p { color: rgb(253,213,170); }
H1.HeaderClassName
{
color: #FDD5AA;
}
.AnyTagClassName
{
color: #FDD5AA;
}
</style>
background-color css
<style>
a { background-color: #FDD5AA; }
a { background-color: rgb(253,213,170); }
div.DivClassName
{
background-color: #FDD5AA;
}
.BgClassName
{
background-color: #FDD5AA;
}
</style>
border-color css
<style>
span { border-color: #FDD5AA; }
span { border-color: rgb(253,213,170); }
td.TdClassName
{
border-color: #FDD5AA;
}
.TagClassName
{
border-color: #FDD5AA;
}
</style>