Shades of Frangipani #FFD1A0
Tints of Frangipani #FFD1A0
RGB
CMYK
RGB Variations
Color information
#FFD1A0 (or 0xFFD1A0) is known color: Frangipani. HEX triplet: FF, D1 and A0. RGB value is (255,209,160). Sum of RGB (Red+Green+Blue) = 255+209+160=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 160 (62.89% from 255 or 25.64% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD1A0 is #002E5F. Grayscale: #D9D9D9. Windows color (decimal): -11872 or 10539519. OLE color: 10539519.
HSL color Cylindrical-coordinate representation of color #FFD1A0: hue angle of 30.95º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFD1A0 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 160 | - |
| CMYK | 0 | 0.18 | 0.37 | 0 |
| HSL | 30.95º | 1% | 0.81% | - |
| HSV(B) | 30.95º | 0.37% | 1% | - |
| XYZ | 70.39 | 69.4 | 42.94 | - |
| YUV | 217.17 | 95.74 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 160 | 0 | 0.18 | 0.37 | 0 | 30.95 | 1 | 0.81 |
| Hex | FF | D1 | A0 | 0 | 12 | 25 | 0 | 1F | 64 | 51 |
| Octal | 377 | 321 | 240 | 0 | 22 | 45 | 0 | 37 | 144 | 121 |
| Binary | 11111111 | 11010001 | 10100000 | 0 | 10010 | 100101 | 0 | 11111 | 1100100 | 1010001 |
Color Harmonies of #FFD1A0
Complementary color
Monochromatic Colors of #FFD1A0
Black with #FFD1A0
Text Example
Text Example
White with #FFD1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD1A0; }
p { color: rgb(255,209,160); }
H1.HeaderClassName
{
color: #FFD1A0;
}
.AnyTagClassName
{
color: #FFD1A0;
}
</style>
background-color css
<style>
a { background-color: #FFD1A0; }
a { background-color: rgb(255,209,160); }
div.DivClassName
{
background-color: #FFD1A0;
}
.BgClassName
{
background-color: #FFD1A0;
}
</style>
border-color css
<style>
span { border-color: #FFD1A0; }
span { border-color: rgb(255,209,160); }
td.TdClassName
{
border-color: #FFD1A0;
}
.TagClassName
{
border-color: #FFD1A0;
}
</style>