Shades of Frangipani #FDD5A0
Tints of Frangipani #FDD5A0
RGB
CMYK
RGB Variations
Color information
#FDD5A0 (or 0xFDD5A0) is known color: Frangipani. HEX triplet: FD, D5 and A0. RGB value is (253,213,160). Sum of RGB (Red+Green+Blue) = 253+213+160=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 160 (62.89% from 255 or 25.56% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD5A0 is #022A5F. Grayscale: #DBDBDB. Windows color (decimal): -141920 or 10540541. OLE color: 10540541.
HSL color Cylindrical-coordinate representation of color #FDD5A0: hue angle of 34.19º 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 #FDD5A0 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 160 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.01 |
| HSL | 34.19º | 0.96% | 0.81% | - |
| HSV(B) | 34.19º | 0.37% | 0.99% | - |
| XYZ | 70.65 | 71.01 | 43.24 | - |
| YUV | 218.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 160 | 0 | 0.16 | 0.37 | 0.01 | 34.19 | 0.96 | 0.81 |
| Hex | FD | D5 | A0 | 0 | 10 | 25 | 1 | 22 | 60 | 51 |
| Octal | 375 | 325 | 240 | 0 | 20 | 45 | 1 | 42 | 140 | 121 |
| Binary | 11111101 | 11010101 | 10100000 | 0 | 10000 | 100101 | 1 | 100010 | 1100000 | 1010001 |
Color Harmonies of #FDD5A0
Complementary color
Monochromatic Colors of #FDD5A0
Black with #FDD5A0
Text Example
Text Example
White with #FDD5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5A0; }
p { color: rgb(253,213,160); }
H1.HeaderClassName
{
color: #FDD5A0;
}
.AnyTagClassName
{
color: #FDD5A0;
}
</style>
background-color css
<style>
a { background-color: #FDD5A0; }
a { background-color: rgb(253,213,160); }
div.DivClassName
{
background-color: #FDD5A0;
}
.BgClassName
{
background-color: #FDD5A0;
}
</style>
border-color css
<style>
span { border-color: #FDD5A0; }
span { border-color: rgb(253,213,160); }
td.TdClassName
{
border-color: #FDD5A0;
}
.TagClassName
{
border-color: #FDD5A0;
}
</style>