Shades of Frangipani #FFDAA5
Tints of Frangipani #FFDAA5
RGB
CMYK
RGB Variations
Color information
#FFDAA5 (or 0xFFDAA5) is known color: Frangipani. HEX triplet: FF, DA and A5. RGB value is (255,218,165). Sum of RGB (Red+Green+Blue) = 255+218+165=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 165 (64.84% from 255 or 25.86% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDAA5 is #00255A. Grayscale: #DFDFDF. Windows color (decimal): -9563 or 10869503. OLE color: 10869503.
HSL color Cylindrical-coordinate representation of color #FFDAA5: hue angle of 35.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFDAA5 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 165 | - |
| CMYK | 0 | 0.15 | 0.35 | 0 |
| HSL | 35.33º | 1% | 0.82% | - |
| HSV(B) | 35.33º | 0.35% | 1% | - |
| XYZ | 73.1 | 74.12 | 46.05 | - |
| YUV | 223.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 165 | 0 | 0.15 | 0.35 | 0 | 35.33 | 1 | 0.82 |
| Hex | FF | DA | A5 | 0 | F | 23 | 0 | 23 | 64 | 52 |
| Octal | 377 | 332 | 245 | 0 | 17 | 43 | 0 | 43 | 144 | 122 |
| Binary | 11111111 | 11011010 | 10100101 | 0 | 1111 | 100011 | 0 | 100011 | 1100100 | 1010010 |
Color Harmonies of #FFDAA5
Complementary color
Monochromatic Colors of #FFDAA5
Black with #FFDAA5
Text Example
Text Example
White with #FFDAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDAA5; }
p { color: rgb(255,218,165); }
H1.HeaderClassName
{
color: #FFDAA5;
}
.AnyTagClassName
{
color: #FFDAA5;
}
</style>
background-color css
<style>
a { background-color: #FFDAA5; }
a { background-color: rgb(255,218,165); }
div.DivClassName
{
background-color: #FFDAA5;
}
.BgClassName
{
background-color: #FFDAA5;
}
</style>
border-color css
<style>
span { border-color: #FFDAA5; }
span { border-color: rgb(255,218,165); }
td.TdClassName
{
border-color: #FFDAA5;
}
.TagClassName
{
border-color: #FFDAA5;
}
</style>