Shades of Frangipani #FFDCA0
Tints of Frangipani #FFDCA0
RGB
CMYK
RGB Variations
Color information
#FFDCA0 (or 0xFFDCA0) is known color: Frangipani. HEX triplet: FF, DC and A0. RGB value is (255,220,160). Sum of RGB (Red+Green+Blue) = 255+220+160=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDCA0 is #00235F. Grayscale: #DFDFDF. Windows color (decimal): -9056 or 10542335. OLE color: 10542335.
HSL color Cylindrical-coordinate representation of color #FFDCA0: hue angle of 37.89º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFDCA0 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 160 | - |
| CMYK | 0 | 0.14 | 0.37 | 0 |
| HSL | 37.89º | 1% | 0.81% | - |
| HSV(B) | 37.89º | 0.37% | 1% | - |
| XYZ | 73.18 | 74.98 | 43.87 | - |
| YUV | 223.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 160 | 0 | 0.14 | 0.37 | 0 | 37.89 | 1 | 0.81 |
| Hex | FF | DC | A0 | 0 | E | 25 | 0 | 26 | 64 | 51 |
| Octal | 377 | 334 | 240 | 0 | 16 | 45 | 0 | 46 | 144 | 121 |
| Binary | 11111111 | 11011100 | 10100000 | 0 | 1110 | 100101 | 0 | 100110 | 1100100 | 1010001 |
Color Harmonies of #FFDCA0
Complementary color
Monochromatic Colors of #FFDCA0
Black with #FFDCA0
Text Example
Text Example
White with #FFDCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCA0; }
p { color: rgb(255,220,160); }
H1.HeaderClassName
{
color: #FFDCA0;
}
.AnyTagClassName
{
color: #FFDCA0;
}
</style>
background-color css
<style>
a { background-color: #FFDCA0; }
a { background-color: rgb(255,220,160); }
div.DivClassName
{
background-color: #FFDCA0;
}
.BgClassName
{
background-color: #FFDCA0;
}
</style>
border-color css
<style>
span { border-color: #FFDCA0; }
span { border-color: rgb(255,220,160); }
td.TdClassName
{
border-color: #FFDCA0;
}
.TagClassName
{
border-color: #FFDCA0;
}
</style>