Shades of Frangipani #FFDB9D
Tints of Frangipani #FFDB9D
RGB
CMYK
RGB Variations
Color information
#FFDB9D (or 0xFFDB9D) is known color: Frangipani. HEX triplet: FF, DB and 9D. RGB value is (255,219,157). Sum of RGB (Red+Green+Blue) = 255+219+157=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 157 (61.72% from 255 or 24.88% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB9D is #002462. Grayscale: #DEDEDE. Windows color (decimal): -9315 or 10345471. OLE color: 10345471.
HSL color Cylindrical-coordinate representation of color #FFDB9D: hue angle of 37.96º 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 #FFDB9D is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 157 | - |
| CMYK | 0 | 0.14 | 0.38 | 0 |
| HSL | 37.96º | 1% | 0.81% | - |
| HSV(B) | 37.96º | 0.38% | 1% | - |
| XYZ | 72.66 | 74.36 | 42.42 | - |
| YUV | 222.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 157 | 0 | 0.14 | 0.38 | 0 | 37.96 | 1 | 0.81 |
| Hex | FF | DB | 9D | 0 | E | 26 | 0 | 26 | 64 | 51 |
| Octal | 377 | 333 | 235 | 0 | 16 | 46 | 0 | 46 | 144 | 121 |
| Binary | 11111111 | 11011011 | 10011101 | 0 | 1110 | 100110 | 0 | 100110 | 1100100 | 1010001 |
Color Harmonies of #FFDB9D
Complementary color
Monochromatic Colors of #FFDB9D
Black with #FFDB9D
Text Example
Text Example
White with #FFDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB9D; }
p { color: rgb(255,219,157); }
H1.HeaderClassName
{
color: #FFDB9D;
}
.AnyTagClassName
{
color: #FFDB9D;
}
</style>
background-color css
<style>
a { background-color: #FFDB9D; }
a { background-color: rgb(255,219,157); }
div.DivClassName
{
background-color: #FFDB9D;
}
.BgClassName
{
background-color: #FFDB9D;
}
</style>
border-color css
<style>
span { border-color: #FFDB9D; }
span { border-color: rgb(255,219,157); }
td.TdClassName
{
border-color: #FFDB9D;
}
.TagClassName
{
border-color: #FFDB9D;
}
</style>