Shades of Frangipani #FFDB9F
Tints of Frangipani #FFDB9F
RGB
CMYK
RGB Variations
Color information
#FFDB9F (or 0xFFDB9F) is known color: Frangipani. HEX triplet: FF, DB and 9F. RGB value is (255,219,159). Sum of RGB (Red+Green+Blue) = 255+219+159=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 159 (62.5% from 255 or 25.12% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB9F is #002460. Grayscale: #DFDFDF. Windows color (decimal): -9313 or 10476543. OLE color: 10476543.
HSL color Cylindrical-coordinate representation of color #FFDB9F: hue angle of 37.5º 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 #FFDB9F is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 219 | 159 | - |
CMYK | 0 | 0.14 | 0.38 | 0 |
HSL | 37.5º | 1% | 0.81% | - |
HSV(B) | 37.5º | 0.38% | 1% | - |
XYZ | 72.83 | 74.43 | 43.33 | - |
YUV | 222.92 | 91.93 | 150.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 219 | 159 | 0 | 0.14 | 0.38 | 0 | 37.5 | 1 | 0.81 |
Hex | FF | DB | 9F | 0 | E | 26 | 0 | 26 | 64 | 51 |
Octal | 377 | 333 | 237 | 0 | 16 | 46 | 0 | 46 | 144 | 121 |
Binary | 11111111 | 11011011 | 10011111 | 0 | 1110 | 100110 | 0 | 100110 | 1100100 | 1010001 |
Color Harmonies of #FFDB9F
Complementary color
Monochromatic Colors of #FFDB9F
Black with #FFDB9F
Text Example
Text Example
White with #FFDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB9F; }
p { color: rgb(255,219,159); }
H1.HeaderClassName
{
color: #FFDB9F;
}
.AnyTagClassName
{
color: #FFDB9F;
}
</style>
background-color css
<style>
a { background-color: #FFDB9F; }
a { background-color: rgb(255,219,159); }
div.DivClassName
{
background-color: #FFDB9F;
}
.BgClassName
{
background-color: #FFDB9F;
}
</style>
border-color css
<style>
span { border-color: #FFDB9F; }
span { border-color: rgb(255,219,159); }
td.TdClassName
{
border-color: #FFDB9F;
}
.TagClassName
{
border-color: #FFDB9F;
}
</style>