Shades of Frangipani #FFDAA6
Tints of Frangipani #FFDAA6
RGB
CMYK
RGB Variations
Color information
#FFDAA6 (or 0xFFDAA6) is known color: Frangipani. HEX triplet: FF, DA and A6. RGB value is (255,218,166). Sum of RGB (Red+Green+Blue) = 255+218+166=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 166 (65.23% from 255 or 25.98% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDAA6 is #002559. Grayscale: #DFDFDF. Windows color (decimal): -9562 or 10935039. OLE color: 10935039.
HSL color Cylindrical-coordinate representation of color #FFDAA6: hue angle of 35.06º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFDAA6 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 166 | - |
| CMYK | 0 | 0.15 | 0.35 | 0 |
| HSL | 35.06º | 1% | 0.83% | - |
| HSV(B) | 35.06º | 0.35% | 1% | - |
| XYZ | 73.19 | 74.16 | 46.53 | - |
| YUV | 223.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 166 | 0 | 0.15 | 0.35 | 0 | 35.06 | 1 | 0.83 |
| Hex | FF | DA | A6 | 0 | F | 23 | 0 | 23 | 64 | 53 |
| Octal | 377 | 332 | 246 | 0 | 17 | 43 | 0 | 43 | 144 | 123 |
| Binary | 11111111 | 11011010 | 10100110 | 0 | 1111 | 100011 | 0 | 100011 | 1100100 | 1010011 |
Color Harmonies of #FFDAA6
Complementary color
Monochromatic Colors of #FFDAA6
Black with #FFDAA6
Text Example
Text Example
White with #FFDAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAA6; }
p { color: rgb(255,218,166); }
H1.HeaderClassName
{
color: #FFDAA6;
}
.AnyTagClassName
{
color: #FFDAA6;
}
</style>
background-color css
<style>
a { background-color: #FFDAA6; }
a { background-color: rgb(255,218,166); }
div.DivClassName
{
background-color: #FFDAA6;
}
.BgClassName
{
background-color: #FFDAA6;
}
</style>
border-color css
<style>
span { border-color: #FFDAA6; }
span { border-color: rgb(255,218,166); }
td.TdClassName
{
border-color: #FFDAA6;
}
.TagClassName
{
border-color: #FFDAA6;
}
</style>