Shades of Frangipani #FED6A6
Tints of Frangipani #FED6A6
RGB
CMYK
RGB Variations
Color information
#FED6A6 (or 0xFED6A6) is known color: Frangipani. HEX triplet: FE, D6 and A6. RGB value is (254,214,166). Sum of RGB (Red+Green+Blue) = 254+214+166=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 214 (83.98% from 255 or 33.75% from 634); Blue value is 166 (65.23% from 255 or 26.18% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED6A6 is #012959. Grayscale: #DCDCDC. Windows color (decimal): -76122 or 10934014. OLE color: 10934014.
HSL color Cylindrical-coordinate representation of color #FED6A6: hue angle of 32.73º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FED6A6 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 166 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.00 |
| HSL | 32.73º | 0.98% | 0.82% | - |
| HSV(B) | 32.73º | 0.35% | 1% | - |
| XYZ | 71.8 | 71.92 | 46.17 | - |
| YUV | 220.49 | 97.25 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 166 | 0 | 0.16 | 0.35 | 0.00 | 32.73 | 0.98 | 0.82 |
| Hex | FE | D6 | A6 | 0 | 10 | 23 | 0 | 21 | 62 | 52 |
| Octal | 376 | 326 | 246 | 0 | 20 | 43 | 0 | 41 | 142 | 122 |
| Binary | 11111110 | 11010110 | 10100110 | 0 | 10000 | 100011 | 0 | 100001 | 1100010 | 1010010 |
Color Harmonies of #FED6A6
Complementary color
Monochromatic Colors of #FED6A6
Black with #FED6A6
Text Example
Text Example
White with #FED6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6A6; }
p { color: rgb(254,214,166); }
H1.HeaderClassName
{
color: #FED6A6;
}
.AnyTagClassName
{
color: #FED6A6;
}
</style>
background-color css
<style>
a { background-color: #FED6A6; }
a { background-color: rgb(254,214,166); }
div.DivClassName
{
background-color: #FED6A6;
}
.BgClassName
{
background-color: #FED6A6;
}
</style>
border-color css
<style>
span { border-color: #FED6A6; }
span { border-color: rgb(254,214,166); }
td.TdClassName
{
border-color: #FED6A6;
}
.TagClassName
{
border-color: #FED6A6;
}
</style>