Shades of Frangipani #FEDC9C
Tints of Frangipani #FEDC9C
RGB
CMYK
RGB Variations
Color information
#FEDC9C (or 0xFEDC9C) is known color: Frangipani. HEX triplet: FE, DC and 9C. RGB value is (254,220,156). Sum of RGB (Red+Green+Blue) = 254+220+156=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 156 (61.33% from 255 or 24.76% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC9C is #012363. Grayscale: #DFDFDF. Windows color (decimal): -74596 or 10280190. OLE color: 10280190.
HSL color Cylindrical-coordinate representation of color #FEDC9C: hue angle of 39.18º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEDC9C is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 156 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.00 |
| HSL | 39.18º | 0.98% | 0.8% | - |
| HSV(B) | 39.18º | 0.39% | 1% | - |
| XYZ | 72.47 | 74.66 | 42.04 | - |
| YUV | 222.87 | 90.26 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 156 | 0 | 0.13 | 0.39 | 0.00 | 39.18 | 0.98 | 0.8 |
| Hex | FE | DC | 9C | 0 | D | 27 | 0 | 27 | 62 | 50 |
| Octal | 376 | 334 | 234 | 0 | 15 | 47 | 0 | 47 | 142 | 120 |
| Binary | 11111110 | 11011100 | 10011100 | 0 | 1101 | 100111 | 0 | 100111 | 1100010 | 1010000 |
Color Harmonies of #FEDC9C
Complementary color
Monochromatic Colors of #FEDC9C
Black with #FEDC9C
Text Example
Text Example
White with #FEDC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC9C; }
p { color: rgb(254,220,156); }
H1.HeaderClassName
{
color: #FEDC9C;
}
.AnyTagClassName
{
color: #FEDC9C;
}
</style>
background-color css
<style>
a { background-color: #FEDC9C; }
a { background-color: rgb(254,220,156); }
div.DivClassName
{
background-color: #FEDC9C;
}
.BgClassName
{
background-color: #FEDC9C;
}
</style>
border-color css
<style>
span { border-color: #FEDC9C; }
span { border-color: rgb(254,220,156); }
td.TdClassName
{
border-color: #FEDC9C;
}
.TagClassName
{
border-color: #FEDC9C;
}
</style>