Shades of Frangipani #FFD7A1
Tints of Frangipani #FFD7A1
RGB
CMYK
RGB Variations
Color information
#FFD7A1 (or 0xFFD7A1) is known color: Frangipani. HEX triplet: FF, D7 and A1. RGB value is (255,215,161). Sum of RGB (Red+Green+Blue) = 255+215+161=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 161 (63.28% from 255 or 25.52% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD7A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD7A1 is #00285E. Grayscale: #DDDDDD. Windows color (decimal): -10335 or 10606591. OLE color: 10606591.
HSL color Cylindrical-coordinate representation of color #FFD7A1: hue angle of 34.47º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFD7A1 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 161 | - |
| CMYK | 0 | 0.16 | 0.37 | 0 |
| HSL | 34.47º | 1% | 0.82% | - |
| HSV(B) | 34.47º | 0.37% | 1% | - |
| XYZ | 71.97 | 72.43 | 43.91 | - |
| YUV | 220.8 | 94.25 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 161 | 0 | 0.16 | 0.37 | 0 | 34.47 | 1 | 0.82 |
| Hex | FF | D7 | A1 | 0 | 10 | 25 | 0 | 22 | 64 | 52 |
| Octal | 377 | 327 | 241 | 0 | 20 | 45 | 0 | 42 | 144 | 122 |
| Binary | 11111111 | 11010111 | 10100001 | 0 | 10000 | 100101 | 0 | 100010 | 1100100 | 1010010 |
Color Harmonies of #FFD7A1
Complementary color
Monochromatic Colors of #FFD7A1
Black with #FFD7A1
Text Example
Text Example
White with #FFD7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD7A1; }
p { color: rgb(255,215,161); }
H1.HeaderClassName
{
color: #FFD7A1;
}
.AnyTagClassName
{
color: #FFD7A1;
}
</style>
background-color css
<style>
a { background-color: #FFD7A1; }
a { background-color: rgb(255,215,161); }
div.DivClassName
{
background-color: #FFD7A1;
}
.BgClassName
{
background-color: #FFD7A1;
}
</style>
border-color css
<style>
span { border-color: #FFD7A1; }
span { border-color: rgb(255,215,161); }
td.TdClassName
{
border-color: #FFD7A1;
}
.TagClassName
{
border-color: #FFD7A1;
}
</style>