Shades of Frangipani #FFDBA4
Tints of Frangipani #FFDBA4
RGB
CMYK
RGB Variations
Color information
#FFDBA4 (or 0xFFDBA4) is known color: Frangipani. HEX triplet: FF, DB and A4. RGB value is (255,219,164). Sum of RGB (Red+Green+Blue) = 255+219+164=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 164 (64.45% from 255 or 25.71% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDBA4 is #00245B. Grayscale: #DFDFDF. Windows color (decimal): -9308 or 10804223. OLE color: 10804223.
HSL color Cylindrical-coordinate representation of color #FFDBA4: hue angle of 36.26º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFDBA4 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 164 | - |
| CMYK | 0 | 0.14 | 0.36 | 0 |
| HSL | 36.26º | 1% | 0.82% | - |
| HSV(B) | 36.26º | 0.36% | 1% | - |
| XYZ | 73.27 | 74.6 | 45.66 | - |
| YUV | 223.49 | 94.43 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 164 | 0 | 0.14 | 0.36 | 0 | 36.26 | 1 | 0.82 |
| Hex | FF | DB | A4 | 0 | E | 24 | 0 | 24 | 64 | 52 |
| Octal | 377 | 333 | 244 | 0 | 16 | 44 | 0 | 44 | 144 | 122 |
| Binary | 11111111 | 11011011 | 10100100 | 0 | 1110 | 100100 | 0 | 100100 | 1100100 | 1010010 |
Color Harmonies of #FFDBA4
Complementary color
Monochromatic Colors of #FFDBA4
Black with #FFDBA4
Text Example
Text Example
White with #FFDBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBA4; }
p { color: rgb(255,219,164); }
H1.HeaderClassName
{
color: #FFDBA4;
}
.AnyTagClassName
{
color: #FFDBA4;
}
</style>
background-color css
<style>
a { background-color: #FFDBA4; }
a { background-color: rgb(255,219,164); }
div.DivClassName
{
background-color: #FFDBA4;
}
.BgClassName
{
background-color: #FFDBA4;
}
</style>
border-color css
<style>
span { border-color: #FFDBA4; }
span { border-color: rgb(255,219,164); }
td.TdClassName
{
border-color: #FFDBA4;
}
.TagClassName
{
border-color: #FFDBA4;
}
</style>