Shades of Frangipani #FED7A3
Tints of Frangipani #FED7A3
RGB
CMYK
RGB Variations
Color information
#FED7A3 (or 0xFED7A3) is known color: Frangipani. HEX triplet: FE, D7 and A3. RGB value is (254,215,163). Sum of RGB (Red+Green+Blue) = 254+215+163=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 215 (84.38% from 255 or 34.02% from 632); Blue value is 163 (64.06% from 255 or 25.79% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED7A3 is #01285C. Grayscale: #DCDCDC. Windows color (decimal): -75869 or 10737662. OLE color: 10737662.
HSL color Cylindrical-coordinate representation of color #FED7A3: hue angle of 34.29º 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 #FED7A3 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 163 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.00 |
| HSL | 34.29º | 0.98% | 0.82% | - |
| HSV(B) | 34.29º | 0.36% | 1% | - |
| XYZ | 71.78 | 72.32 | 44.83 | - |
| YUV | 220.73 | 95.42 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 163 | 0 | 0.15 | 0.36 | 0.00 | 34.29 | 0.98 | 0.82 |
| Hex | FE | D7 | A3 | 0 | F | 24 | 0 | 22 | 62 | 52 |
| Octal | 376 | 327 | 243 | 0 | 17 | 44 | 0 | 42 | 142 | 122 |
| Binary | 11111110 | 11010111 | 10100011 | 0 | 1111 | 100100 | 0 | 100010 | 1100010 | 1010010 |
Color Harmonies of #FED7A3
Complementary color
Monochromatic Colors of #FED7A3
Black with #FED7A3
Text Example
Text Example
White with #FED7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7A3; }
p { color: rgb(254,215,163); }
H1.HeaderClassName
{
color: #FED7A3;
}
.AnyTagClassName
{
color: #FED7A3;
}
</style>
background-color css
<style>
a { background-color: #FED7A3; }
a { background-color: rgb(254,215,163); }
div.DivClassName
{
background-color: #FED7A3;
}
.BgClassName
{
background-color: #FED7A3;
}
</style>
border-color css
<style>
span { border-color: #FED7A3; }
span { border-color: rgb(254,215,163); }
td.TdClassName
{
border-color: #FED7A3;
}
.TagClassName
{
border-color: #FED7A3;
}
</style>