Shades of Frangipani #FDDAA0
Tints of Frangipani #FDDAA0
RGB
CMYK
RGB Variations
Color information
#FDDAA0 (or 0xFDDAA0) is known color: Frangipani. HEX triplet: FD, DA and A0. RGB value is (253,218,160). Sum of RGB (Red+Green+Blue) = 253+218+160=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 160 (62.89% from 255 or 25.36% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDAA0 is #02255F. Grayscale: #DEDEDE. Windows color (decimal): -140640 or 10541821. OLE color: 10541821.
HSL color Cylindrical-coordinate representation of color #FDDAA0: hue angle of 37.42º 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 #FDDAA0 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 160 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.01 |
| HSL | 37.42º | 0.96% | 0.81% | - |
| HSV(B) | 37.42º | 0.37% | 0.99% | - |
| XYZ | 71.92 | 73.56 | 43.67 | - |
| YUV | 221.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 160 | 0 | 0.14 | 0.37 | 0.01 | 37.42 | 0.96 | 0.81 |
| Hex | FD | DA | A0 | 0 | E | 25 | 1 | 25 | 60 | 51 |
| Octal | 375 | 332 | 240 | 0 | 16 | 45 | 1 | 45 | 140 | 121 |
| Binary | 11111101 | 11011010 | 10100000 | 0 | 1110 | 100101 | 1 | 100101 | 1100000 | 1010001 |
Color Harmonies of #FDDAA0
Complementary color
Monochromatic Colors of #FDDAA0
Black with #FDDAA0
Text Example
Text Example
White with #FDDAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAA0; }
p { color: rgb(253,218,160); }
H1.HeaderClassName
{
color: #FDDAA0;
}
.AnyTagClassName
{
color: #FDDAA0;
}
</style>
background-color css
<style>
a { background-color: #FDDAA0; }
a { background-color: rgb(253,218,160); }
div.DivClassName
{
background-color: #FDDAA0;
}
.BgClassName
{
background-color: #FDDAA0;
}
</style>
border-color css
<style>
span { border-color: #FDDAA0; }
span { border-color: rgb(253,218,160); }
td.TdClassName
{
border-color: #FDDAA0;
}
.TagClassName
{
border-color: #FDDAA0;
}
</style>