Shades of Frangipani #FED4A7
Tints of Frangipani #FED4A7
RGB
CMYK
RGB Variations
Color information
#FED4A7 (or 0xFED4A7) is known color: Frangipani. HEX triplet: FE, D4 and A7. RGB value is (254,212,167). Sum of RGB (Red+Green+Blue) = 254+212+167=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 167 (65.62% from 255 or 26.38% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED4A7 is #012B58. Grayscale: #DBDBDB. Windows color (decimal): -76633 or 10999038. OLE color: 10999038.
HSL color Cylindrical-coordinate representation of color #FED4A7: hue angle of 31.03º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FED4A7 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 167 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.00 |
| HSL | 31.03º | 0.98% | 0.83% | - |
| HSV(B) | 31.03º | 0.34% | 1% | - |
| XYZ | 71.39 | 70.95 | 46.49 | - |
| YUV | 219.43 | 98.41 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 167 | 0 | 0.17 | 0.34 | 0.00 | 31.03 | 0.98 | 0.83 |
| Hex | FE | D4 | A7 | 0 | 11 | 22 | 0 | 1F | 62 | 53 |
| Octal | 376 | 324 | 247 | 0 | 21 | 42 | 0 | 37 | 142 | 123 |
| Binary | 11111110 | 11010100 | 10100111 | 0 | 10001 | 100010 | 0 | 11111 | 1100010 | 1010011 |
Color Harmonies of #FED4A7
Complementary color
Monochromatic Colors of #FED4A7
Black with #FED4A7
Text Example
Text Example
White with #FED4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4A7; }
p { color: rgb(254,212,167); }
H1.HeaderClassName
{
color: #FED4A7;
}
.AnyTagClassName
{
color: #FED4A7;
}
</style>
background-color css
<style>
a { background-color: #FED4A7; }
a { background-color: rgb(254,212,167); }
div.DivClassName
{
background-color: #FED4A7;
}
.BgClassName
{
background-color: #FED4A7;
}
</style>
border-color css
<style>
span { border-color: #FED4A7; }
span { border-color: rgb(254,212,167); }
td.TdClassName
{
border-color: #FED4A7;
}
.TagClassName
{
border-color: #FED4A7;
}
</style>