Shades of Frangipani #FFDBA1
Tints of Frangipani #FFDBA1
RGB
CMYK
RGB Variations
Color information
#FFDBA1 (or 0xFFDBA1) is known color: Frangipani. HEX triplet: FF, DB and A1. RGB value is (255,219,161). Sum of RGB (Red+Green+Blue) = 255+219+161=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 161 (63.28% from 255 or 25.35% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDBA1 is #00245E. Grayscale: #DFDFDF. Windows color (decimal): -9311 or 10607615. OLE color: 10607615.
HSL color Cylindrical-coordinate representation of color #FFDBA1: hue angle of 37.02º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFDBA1 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 161 | - |
| CMYK | 0 | 0.14 | 0.37 | 0 |
| HSL | 37.02º | 1% | 0.82% | - |
| HSV(B) | 37.02º | 0.37% | 1% | - |
| XYZ | 73 | 74.5 | 44.25 | - |
| YUV | 223.15 | 92.93 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 161 | 0 | 0.14 | 0.37 | 0 | 37.02 | 1 | 0.82 |
| Hex | FF | DB | A1 | 0 | E | 25 | 0 | 25 | 64 | 52 |
| Octal | 377 | 333 | 241 | 0 | 16 | 45 | 0 | 45 | 144 | 122 |
| Binary | 11111111 | 11011011 | 10100001 | 0 | 1110 | 100101 | 0 | 100101 | 1100100 | 1010010 |
Color Harmonies of #FFDBA1
Complementary color
Monochromatic Colors of #FFDBA1
Black with #FFDBA1
Text Example
Text Example
White with #FFDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBA1; }
p { color: rgb(255,219,161); }
H1.HeaderClassName
{
color: #FFDBA1;
}
.AnyTagClassName
{
color: #FFDBA1;
}
</style>
background-color css
<style>
a { background-color: #FFDBA1; }
a { background-color: rgb(255,219,161); }
div.DivClassName
{
background-color: #FFDBA1;
}
.BgClassName
{
background-color: #FFDBA1;
}
</style>
border-color css
<style>
span { border-color: #FFDBA1; }
span { border-color: rgb(255,219,161); }
td.TdClassName
{
border-color: #FFDBA1;
}
.TagClassName
{
border-color: #FFDBA1;
}
</style>