Shades of Frangipani #FFD7A4
Tints of Frangipani #FFD7A4
RGB
CMYK
RGB Variations
Color information
#FFD7A4 (or 0xFFD7A4) is known color: Frangipani. HEX triplet: FF, D7 and A4. RGB value is (255,215,164). Sum of RGB (Red+Green+Blue) = 255+215+164=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 164 (64.45% from 255 or 25.87% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD7A4 is #00285B. Grayscale: #DDDDDD. Windows color (decimal): -10332 or 10803199. OLE color: 10803199.
HSL color Cylindrical-coordinate representation of color #FFD7A4: hue angle of 33.63º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFD7A4 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 164 | - |
| CMYK | 0 | 0.16 | 0.36 | 0 |
| HSL | 33.63º | 1% | 0.82% | - |
| HSV(B) | 33.63º | 0.36% | 1% | - |
| XYZ | 72.24 | 72.54 | 45.32 | - |
| YUV | 221.15 | 95.75 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 164 | 0 | 0.16 | 0.36 | 0 | 33.63 | 1 | 0.82 |
| Hex | FF | D7 | A4 | 0 | 10 | 24 | 0 | 22 | 64 | 52 |
| Octal | 377 | 327 | 244 | 0 | 20 | 44 | 0 | 42 | 144 | 122 |
| Binary | 11111111 | 11010111 | 10100100 | 0 | 10000 | 100100 | 0 | 100010 | 1100100 | 1010010 |
Color Harmonies of #FFD7A4
Complementary color
Monochromatic Colors of #FFD7A4
Black with #FFD7A4
Text Example
Text Example
White with #FFD7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7A4; }
p { color: rgb(255,215,164); }
H1.HeaderClassName
{
color: #FFD7A4;
}
.AnyTagClassName
{
color: #FFD7A4;
}
</style>
background-color css
<style>
a { background-color: #FFD7A4; }
a { background-color: rgb(255,215,164); }
div.DivClassName
{
background-color: #FFD7A4;
}
.BgClassName
{
background-color: #FFD7A4;
}
</style>
border-color css
<style>
span { border-color: #FFD7A4; }
span { border-color: rgb(255,215,164); }
td.TdClassName
{
border-color: #FFD7A4;
}
.TagClassName
{
border-color: #FFD7A4;
}
</style>