Shades of Frangipani #FFDA9F
Tints of Frangipani #FFDA9F
RGB
CMYK
RGB Variations
Color information
#FFDA9F (or 0xFFDA9F) is known color: Frangipani. HEX triplet: FF, DA and 9F. RGB value is (255,218,159). Sum of RGB (Red+Green+Blue) = 255+218+159=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 159 (62.5% from 255 or 25.16% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA9F is #002560. Grayscale: #DEDEDE. Windows color (decimal): -9569 or 10476287. OLE color: 10476287.
HSL color Cylindrical-coordinate representation of color #FFDA9F: hue angle of 36.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFDA9F is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 159 | - |
| CMYK | 0 | 0.15 | 0.38 | 0 |
| HSL | 36.88º | 1% | 0.81% | - |
| HSV(B) | 36.88º | 0.38% | 1% | - |
| XYZ | 72.57 | 73.91 | 43.24 | - |
| YUV | 222.34 | 92.26 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 159 | 0 | 0.15 | 0.38 | 0 | 36.88 | 1 | 0.81 |
| Hex | FF | DA | 9F | 0 | F | 26 | 0 | 25 | 64 | 51 |
| Octal | 377 | 332 | 237 | 0 | 17 | 46 | 0 | 45 | 144 | 121 |
| Binary | 11111111 | 11011010 | 10011111 | 0 | 1111 | 100110 | 0 | 100101 | 1100100 | 1010001 |
Color Harmonies of #FFDA9F
Complementary color
Monochromatic Colors of #FFDA9F
Black with #FFDA9F
Text Example
Text Example
White with #FFDA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA9F; }
p { color: rgb(255,218,159); }
H1.HeaderClassName
{
color: #FFDA9F;
}
.AnyTagClassName
{
color: #FFDA9F;
}
</style>
background-color css
<style>
a { background-color: #FFDA9F; }
a { background-color: rgb(255,218,159); }
div.DivClassName
{
background-color: #FFDA9F;
}
.BgClassName
{
background-color: #FFDA9F;
}
</style>
border-color css
<style>
span { border-color: #FFDA9F; }
span { border-color: rgb(255,218,159); }
td.TdClassName
{
border-color: #FFDA9F;
}
.TagClassName
{
border-color: #FFDA9F;
}
</style>