Shades of Frangipani #FFD2A0
Tints of Frangipani #FFD2A0
RGB
CMYK
RGB Variations
Color information
#FFD2A0 (or 0xFFD2A0) is known color: Frangipani. HEX triplet: FF, D2 and A0. RGB value is (255,210,160). Sum of RGB (Red+Green+Blue) = 255+210+160=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 160 (62.89% from 255 or 25.6% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD2A0 is #002D5F. Grayscale: #D9D9D9. Windows color (decimal): -11616 or 10539775. OLE color: 10539775.
HSL color Cylindrical-coordinate representation of color #FFD2A0: hue angle of 31.58º 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 #FFD2A0 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 160 | - |
| CMYK | 0 | 0.18 | 0.37 | 0 |
| HSL | 31.58º | 1% | 0.81% | - |
| HSV(B) | 31.58º | 0.37% | 1% | - |
| XYZ | 70.63 | 69.89 | 43.03 | - |
| YUV | 217.76 | 95.41 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 160 | 0 | 0.18 | 0.37 | 0 | 31.58 | 1 | 0.81 |
| Hex | FF | D2 | A0 | 0 | 12 | 25 | 0 | 20 | 64 | 51 |
| Octal | 377 | 322 | 240 | 0 | 22 | 45 | 0 | 40 | 144 | 121 |
| Binary | 11111111 | 11010010 | 10100000 | 0 | 10010 | 100101 | 0 | 100000 | 1100100 | 1010001 |
Color Harmonies of #FFD2A0
Complementary color
Monochromatic Colors of #FFD2A0
Black with #FFD2A0
Text Example
Text Example
White with #FFD2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2A0; }
p { color: rgb(255,210,160); }
H1.HeaderClassName
{
color: #FFD2A0;
}
.AnyTagClassName
{
color: #FFD2A0;
}
</style>
background-color css
<style>
a { background-color: #FFD2A0; }
a { background-color: rgb(255,210,160); }
div.DivClassName
{
background-color: #FFD2A0;
}
.BgClassName
{
background-color: #FFD2A0;
}
</style>
border-color css
<style>
span { border-color: #FFD2A0; }
span { border-color: rgb(255,210,160); }
td.TdClassName
{
border-color: #FFD2A0;
}
.TagClassName
{
border-color: #FFD2A0;
}
</style>