Shades of Frangipani #FFDAA0
Tints of Frangipani #FFDAA0
RGB
CMYK
RGB Variations
Color information
#FFDAA0 (or 0xFFDAA0) is known color: Frangipani. HEX triplet: FF, DA and A0. RGB value is (255,218,160). Sum of RGB (Red+Green+Blue) = 255+218+160=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 160 (62.89% from 255 or 25.28% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDAA0 is #00255F. Grayscale: #DEDEDE. Windows color (decimal): -9568 or 10541823. OLE color: 10541823.
HSL color Cylindrical-coordinate representation of color #FFDAA0: hue angle of 36.63º 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 #FFDAA0 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 160 | - |
| CMYK | 0 | 0.15 | 0.37 | 0 |
| HSL | 36.63º | 1% | 0.81% | - |
| HSV(B) | 36.63º | 0.37% | 1% | - |
| XYZ | 72.66 | 73.94 | 43.7 | - |
| YUV | 222.45 | 92.76 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 160 | 0 | 0.15 | 0.37 | 0 | 36.63 | 1 | 0.81 |
| Hex | FF | DA | A0 | 0 | F | 25 | 0 | 25 | 64 | 51 |
| Octal | 377 | 332 | 240 | 0 | 17 | 45 | 0 | 45 | 144 | 121 |
| Binary | 11111111 | 11011010 | 10100000 | 0 | 1111 | 100101 | 0 | 100101 | 1100100 | 1010001 |
Color Harmonies of #FFDAA0
Complementary color
Monochromatic Colors of #FFDAA0
Black with #FFDAA0
Text Example
Text Example
White with #FFDAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAA0; }
p { color: rgb(255,218,160); }
H1.HeaderClassName
{
color: #FFDAA0;
}
.AnyTagClassName
{
color: #FFDAA0;
}
</style>
background-color css
<style>
a { background-color: #FFDAA0; }
a { background-color: rgb(255,218,160); }
div.DivClassName
{
background-color: #FFDAA0;
}
.BgClassName
{
background-color: #FFDAA0;
}
</style>
border-color css
<style>
span { border-color: #FFDAA0; }
span { border-color: rgb(255,218,160); }
td.TdClassName
{
border-color: #FFDAA0;
}
.TagClassName
{
border-color: #FFDAA0;
}
</style>