Shades of Frangipani #FEDA9C
Tints of Frangipani #FEDA9C
RGB
CMYK
RGB Variations
Color information
#FEDA9C (or 0xFEDA9C) is known color: Frangipani. HEX triplet: FE, DA and 9C. RGB value is (254,218,156). Sum of RGB (Red+Green+Blue) = 254+218+156=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 156 (61.33% from 255 or 24.84% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDA9C is #012563. Grayscale: #DDDDDD. Windows color (decimal): -75108 or 10279678. OLE color: 10279678.
HSL color Cylindrical-coordinate representation of color #FEDA9C: hue angle of 37.96º 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 #FEDA9C is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 156 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.00 |
| HSL | 37.96º | 0.98% | 0.8% | - |
| HSV(B) | 37.96º | 0.39% | 1% | - |
| XYZ | 71.95 | 73.61 | 41.87 | - |
| YUV | 221.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 156 | 0 | 0.14 | 0.39 | 0.00 | 37.96 | 0.98 | 0.8 |
| Hex | FE | DA | 9C | 0 | E | 27 | 0 | 26 | 62 | 50 |
| Octal | 376 | 332 | 234 | 0 | 16 | 47 | 0 | 46 | 142 | 120 |
| Binary | 11111110 | 11011010 | 10011100 | 0 | 1110 | 100111 | 0 | 100110 | 1100010 | 1010000 |
Color Harmonies of #FEDA9C
Complementary color
Monochromatic Colors of #FEDA9C
Black with #FEDA9C
Text Example
Text Example
White with #FEDA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA9C; }
p { color: rgb(254,218,156); }
H1.HeaderClassName
{
color: #FEDA9C;
}
.AnyTagClassName
{
color: #FEDA9C;
}
</style>
background-color css
<style>
a { background-color: #FEDA9C; }
a { background-color: rgb(254,218,156); }
div.DivClassName
{
background-color: #FEDA9C;
}
.BgClassName
{
background-color: #FEDA9C;
}
</style>
border-color css
<style>
span { border-color: #FEDA9C; }
span { border-color: rgb(254,218,156); }
td.TdClassName
{
border-color: #FEDA9C;
}
.TagClassName
{
border-color: #FEDA9C;
}
</style>