Shades of Frangipani #FFDC9E
Tints of Frangipani #FFDC9E
RGB
CMYK
RGB Variations
Color information
#FFDC9E (or 0xFFDC9E) is known color: Frangipani. HEX triplet: FF, DC and 9E. RGB value is (255,220,158). Sum of RGB (Red+Green+Blue) = 255+220+158=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 158 (62.11% from 255 or 24.96% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC9E is #002361. Grayscale: #DFDFDF. Windows color (decimal): -9058 or 10411263. OLE color: 10411263.
HSL color Cylindrical-coordinate representation of color #FFDC9E: hue angle of 38.35º 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 #FFDC9E is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 158 | - |
| CMYK | 0 | 0.14 | 0.38 | 0 |
| HSL | 38.35º | 1% | 0.81% | - |
| HSV(B) | 38.35º | 0.38% | 1% | - |
| XYZ | 73 | 74.92 | 42.96 | - |
| YUV | 223.4 | 91.1 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 158 | 0 | 0.14 | 0.38 | 0 | 38.35 | 1 | 0.81 |
| Hex | FF | DC | 9E | 0 | E | 26 | 0 | 26 | 64 | 51 |
| Octal | 377 | 334 | 236 | 0 | 16 | 46 | 0 | 46 | 144 | 121 |
| Binary | 11111111 | 11011100 | 10011110 | 0 | 1110 | 100110 | 0 | 100110 | 1100100 | 1010001 |
Color Harmonies of #FFDC9E
Complementary color
Monochromatic Colors of #FFDC9E
Black with #FFDC9E
Text Example
Text Example
White with #FFDC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC9E; }
p { color: rgb(255,220,158); }
H1.HeaderClassName
{
color: #FFDC9E;
}
.AnyTagClassName
{
color: #FFDC9E;
}
</style>
background-color css
<style>
a { background-color: #FFDC9E; }
a { background-color: rgb(255,220,158); }
div.DivClassName
{
background-color: #FFDC9E;
}
.BgClassName
{
background-color: #FFDC9E;
}
</style>
border-color css
<style>
span { border-color: #FFDC9E; }
span { border-color: rgb(255,220,158); }
td.TdClassName
{
border-color: #FFDC9E;
}
.TagClassName
{
border-color: #FFDC9E;
}
</style>