Shades of Frangipani #FFDB9C
Tints of Frangipani #FFDB9C
RGB
CMYK
RGB Variations
Color information
#FFDB9C (or 0xFFDB9C) is known color: Frangipani. HEX triplet: FF, DB and 9C. RGB value is (255,219,156). Sum of RGB (Red+Green+Blue) = 255+219+156=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 156 (61.33% from 255 or 24.76% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDB9C is #002463. Grayscale: #DEDEDE. Windows color (decimal): -9316 or 10279935. OLE color: 10279935.
HSL color Cylindrical-coordinate representation of color #FFDB9C: hue angle of 38.18º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFDB9C is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 156 | - |
| CMYK | 0 | 0.14 | 0.39 | 0 |
| HSL | 38.18º | 1% | 0.81% | - |
| HSV(B) | 38.18º | 0.39% | 1% | - |
| XYZ | 72.57 | 74.32 | 41.97 | - |
| YUV | 222.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 156 | 0 | 0.14 | 0.39 | 0 | 38.18 | 1 | 0.81 |
| Hex | FF | DB | 9C | 0 | E | 27 | 0 | 26 | 64 | 51 |
| Octal | 377 | 333 | 234 | 0 | 16 | 47 | 0 | 46 | 144 | 121 |
| Binary | 11111111 | 11011011 | 10011100 | 0 | 1110 | 100111 | 0 | 100110 | 1100100 | 1010001 |
Color Harmonies of #FFDB9C
Complementary color
Monochromatic Colors of #FFDB9C
Black with #FFDB9C
Text Example
Text Example
White with #FFDB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB9C; }
p { color: rgb(255,219,156); }
H1.HeaderClassName
{
color: #FFDB9C;
}
.AnyTagClassName
{
color: #FFDB9C;
}
</style>
background-color css
<style>
a { background-color: #FFDB9C; }
a { background-color: rgb(255,219,156); }
div.DivClassName
{
background-color: #FFDB9C;
}
.BgClassName
{
background-color: #FFDB9C;
}
</style>
border-color css
<style>
span { border-color: #FFDB9C; }
span { border-color: rgb(255,219,156); }
td.TdClassName
{
border-color: #FFDB9C;
}
.TagClassName
{
border-color: #FFDB9C;
}
</style>