Shades of Frangipani #FDD3A0
Tints of Frangipani #FDD3A0
RGB
CMYK
RGB Variations
Color information
#FDD3A0 (or 0xFDD3A0) is known color: Frangipani. HEX triplet: FD, D3 and A0. RGB value is (253,211,160). Sum of RGB (Red+Green+Blue) = 253+211+160=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 160 (62.89% from 255 or 25.64% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD3A0 is #022C5F. Grayscale: #D9D9D9. Windows color (decimal): -142432 or 10540029. OLE color: 10540029.
HSL color Cylindrical-coordinate representation of color #FDD3A0: hue angle of 32.9º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDD3A0 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 160 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.01 |
| HSL | 32.9º | 0.96% | 0.81% | - |
| HSV(B) | 32.9º | 0.37% | 0.99% | - |
| XYZ | 70.15 | 70.01 | 43.07 | - |
| YUV | 217.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 160 | 0 | 0.17 | 0.37 | 0.01 | 32.9 | 0.96 | 0.81 |
| Hex | FD | D3 | A0 | 0 | 11 | 25 | 1 | 21 | 60 | 51 |
| Octal | 375 | 323 | 240 | 0 | 21 | 45 | 1 | 41 | 140 | 121 |
| Binary | 11111101 | 11010011 | 10100000 | 0 | 10001 | 100101 | 1 | 100001 | 1100000 | 1010001 |
Color Harmonies of #FDD3A0
Complementary color
Monochromatic Colors of #FDD3A0
Black with #FDD3A0
Text Example
Text Example
White with #FDD3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3A0; }
p { color: rgb(253,211,160); }
H1.HeaderClassName
{
color: #FDD3A0;
}
.AnyTagClassName
{
color: #FDD3A0;
}
</style>
background-color css
<style>
a { background-color: #FDD3A0; }
a { background-color: rgb(253,211,160); }
div.DivClassName
{
background-color: #FDD3A0;
}
.BgClassName
{
background-color: #FDD3A0;
}
</style>
border-color css
<style>
span { border-color: #FDD3A0; }
span { border-color: rgb(253,211,160); }
td.TdClassName
{
border-color: #FDD3A0;
}
.TagClassName
{
border-color: #FDD3A0;
}
</style>