Shades of Frangipani #FDDAA1
Tints of Frangipani #FDDAA1
RGB
CMYK
RGB Variations
Color information
#FDDAA1 (or 0xFDDAA1) is known color: Frangipani. HEX triplet: FD, DA and A1. RGB value is (253,218,161). Sum of RGB (Red+Green+Blue) = 253+218+161=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 161 (63.28% from 255 or 25.47% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDAA1 is #02255E. Grayscale: #DEDEDE. Windows color (decimal): -140639 or 10607357. OLE color: 10607357.
HSL color Cylindrical-coordinate representation of color #FDDAA1: hue angle of 37.17º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDDAA1 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 161 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.01 |
| HSL | 37.17º | 0.96% | 0.81% | - |
| HSV(B) | 37.17º | 0.36% | 0.99% | - |
| XYZ | 72.01 | 73.6 | 44.13 | - |
| YUV | 221.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 161 | 0 | 0.14 | 0.36 | 0.01 | 37.17 | 0.96 | 0.81 |
| Hex | FD | DA | A1 | 0 | E | 24 | 1 | 25 | 60 | 51 |
| Octal | 375 | 332 | 241 | 0 | 16 | 44 | 1 | 45 | 140 | 121 |
| Binary | 11111101 | 11011010 | 10100001 | 0 | 1110 | 100100 | 1 | 100101 | 1100000 | 1010001 |
Color Harmonies of #FDDAA1
Complementary color
Monochromatic Colors of #FDDAA1
Black with #FDDAA1
Text Example
Text Example
White with #FDDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDAA1; }
p { color: rgb(253,218,161); }
H1.HeaderClassName
{
color: #FDDAA1;
}
.AnyTagClassName
{
color: #FDDAA1;
}
</style>
background-color css
<style>
a { background-color: #FDDAA1; }
a { background-color: rgb(253,218,161); }
div.DivClassName
{
background-color: #FDDAA1;
}
.BgClassName
{
background-color: #FDDAA1;
}
</style>
border-color css
<style>
span { border-color: #FDDAA1; }
span { border-color: rgb(253,218,161); }
td.TdClassName
{
border-color: #FDDAA1;
}
.TagClassName
{
border-color: #FDDAA1;
}
</style>