Shades of Frangipani #FFDA9C
Tints of Frangipani #FFDA9C
RGB
CMYK
RGB Variations
Color information
#FFDA9C (or 0xFFDA9C) is known color: Frangipani. HEX triplet: FF, DA and 9C. RGB value is (255,218,156). Sum of RGB (Red+Green+Blue) = 255+218+156=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 156 (61.33% from 255 or 24.80% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDA9C is #002563. Grayscale: #DEDEDE. Windows color (decimal): -9572 or 10279679. OLE color: 10279679.
HSL color Cylindrical-coordinate representation of color #FFDA9C: hue angle of 37.58º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFDA9C is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 156 | - |
| CMYK | 0 | 0.15 | 0.39 | 0 |
| HSL | 37.58º | 1% | 0.81% | - |
| HSV(B) | 37.58º | 0.39% | 1% | - |
| XYZ | 72.31 | 73.8 | 41.89 | - |
| YUV | 222 | 90.76 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 156 | 0 | 0.15 | 0.39 | 0 | 37.58 | 1 | 0.81 |
| Hex | FF | DA | 9C | 0 | F | 27 | 0 | 26 | 64 | 51 |
| Octal | 377 | 332 | 234 | 0 | 17 | 47 | 0 | 46 | 144 | 121 |
| Binary | 11111111 | 11011010 | 10011100 | 0 | 1111 | 100111 | 0 | 100110 | 1100100 | 1010001 |
Color Harmonies of #FFDA9C
Complementary color
Monochromatic Colors of #FFDA9C
Black with #FFDA9C
Text Example
Text Example
White with #FFDA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA9C; }
p { color: rgb(255,218,156); }
H1.HeaderClassName
{
color: #FFDA9C;
}
.AnyTagClassName
{
color: #FFDA9C;
}
</style>
background-color css
<style>
a { background-color: #FFDA9C; }
a { background-color: rgb(255,218,156); }
div.DivClassName
{
background-color: #FFDA9C;
}
.BgClassName
{
background-color: #FFDA9C;
}
</style>
border-color css
<style>
span { border-color: #FFDA9C; }
span { border-color: rgb(255,218,156); }
td.TdClassName
{
border-color: #FFDA9C;
}
.TagClassName
{
border-color: #FFDA9C;
}
</style>