Shades of Frangipani #FFDB9E
Tints of Frangipani #FFDB9E
RGB
CMYK
RGB Variations
Color information
#FFDB9E (or 0xFFDB9E) is known color: Frangipani. HEX triplet: FF, DB and 9E. RGB value is (255,219,158). Sum of RGB (Red+Green+Blue) = 255+219+158=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 158 (62.11% from 255 or 25% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB9E is #002461. Grayscale: #DFDFDF. Windows color (decimal): -9314 or 10411007. OLE color: 10411007.
HSL color Cylindrical-coordinate representation of color #FFDB9E: hue angle of 37.73º 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 #FFDB9E is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 158 | - |
| CMYK | 0 | 0.14 | 0.38 | 0 |
| HSL | 37.73º | 1% | 0.81% | - |
| HSV(B) | 37.73º | 0.38% | 1% | - |
| XYZ | 72.74 | 74.39 | 42.87 | - |
| YUV | 222.81 | 91.43 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 158 | 0 | 0.14 | 0.38 | 0 | 37.73 | 1 | 0.81 |
| Hex | FF | DB | 9E | 0 | E | 26 | 0 | 26 | 64 | 51 |
| Octal | 377 | 333 | 236 | 0 | 16 | 46 | 0 | 46 | 144 | 121 |
| Binary | 11111111 | 11011011 | 10011110 | 0 | 1110 | 100110 | 0 | 100110 | 1100100 | 1010001 |
Color Harmonies of #FFDB9E
Complementary color
Monochromatic Colors of #FFDB9E
Black with #FFDB9E
Text Example
Text Example
White with #FFDB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB9E; }
p { color: rgb(255,219,158); }
H1.HeaderClassName
{
color: #FFDB9E;
}
.AnyTagClassName
{
color: #FFDB9E;
}
</style>
background-color css
<style>
a { background-color: #FFDB9E; }
a { background-color: rgb(255,219,158); }
div.DivClassName
{
background-color: #FFDB9E;
}
.BgClassName
{
background-color: #FFDB9E;
}
</style>
border-color css
<style>
span { border-color: #FFDB9E; }
span { border-color: rgb(255,219,158); }
td.TdClassName
{
border-color: #FFDB9E;
}
.TagClassName
{
border-color: #FFDB9E;
}
</style>