Shades of Frangipani #FED9A3
Tints of Frangipani #FED9A3
RGB
CMYK
RGB Variations
Color information
#FED9A3 (or 0xFED9A3) is known color: Frangipani. HEX triplet: FE, D9 and A3. RGB value is (254,217,163). Sum of RGB (Red+Green+Blue) = 254+217+163=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 163 (64.06% from 255 or 25.71% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED9A3 is #01265C. Grayscale: #DEDEDE. Windows color (decimal): -75357 or 10738174. OLE color: 10738174.
HSL color Cylindrical-coordinate representation of color #FED9A3: hue angle of 35.6º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FED9A3 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 163 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.00 |
| HSL | 35.6º | 0.98% | 0.82% | - |
| HSV(B) | 35.6º | 0.36% | 1% | - |
| XYZ | 72.3 | 73.34 | 45 | - |
| YUV | 221.91 | 94.76 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 163 | 0 | 0.15 | 0.36 | 0.00 | 35.6 | 0.98 | 0.82 |
| Hex | FE | D9 | A3 | 0 | F | 24 | 0 | 24 | 62 | 52 |
| Octal | 376 | 331 | 243 | 0 | 17 | 44 | 0 | 44 | 142 | 122 |
| Binary | 11111110 | 11011001 | 10100011 | 0 | 1111 | 100100 | 0 | 100100 | 1100010 | 1010010 |
Color Harmonies of #FED9A3
Complementary color
Monochromatic Colors of #FED9A3
Black with #FED9A3
Text Example
Text Example
White with #FED9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9A3; }
p { color: rgb(254,217,163); }
H1.HeaderClassName
{
color: #FED9A3;
}
.AnyTagClassName
{
color: #FED9A3;
}
</style>
background-color css
<style>
a { background-color: #FED9A3; }
a { background-color: rgb(254,217,163); }
div.DivClassName
{
background-color: #FED9A3;
}
.BgClassName
{
background-color: #FED9A3;
}
</style>
border-color css
<style>
span { border-color: #FED9A3; }
span { border-color: rgb(254,217,163); }
td.TdClassName
{
border-color: #FED9A3;
}
.TagClassName
{
border-color: #FED9A3;
}
</style>