Shades of Frangipani #FFD3A5
Tints of Frangipani #FFD3A5
RGB
CMYK
RGB Variations
Color information
#FFD3A5 (or 0xFFD3A5) is known color: Frangipani. HEX triplet: FF, D3 and A5. RGB value is (255,211,165). Sum of RGB (Red+Green+Blue) = 255+211+165=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 165 (64.84% from 255 or 26.15% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD3A5 is #002C5A. Grayscale: #DBDBDB. Windows color (decimal): -11355 or 10867711. OLE color: 10867711.
HSL color Cylindrical-coordinate representation of color #FFD3A5: hue angle of 30.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFD3A5 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 165 | - |
| CMYK | 0 | 0.17 | 0.35 | 0 |
| HSL | 30.67º | 1% | 0.82% | - |
| HSV(B) | 30.67º | 0.35% | 1% | - |
| XYZ | 71.33 | 70.57 | 45.46 | - |
| YUV | 218.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 165 | 0 | 0.17 | 0.35 | 0 | 30.67 | 1 | 0.82 |
| Hex | FF | D3 | A5 | 0 | 11 | 23 | 0 | 1F | 64 | 52 |
| Octal | 377 | 323 | 245 | 0 | 21 | 43 | 0 | 37 | 144 | 122 |
| Binary | 11111111 | 11010011 | 10100101 | 0 | 10001 | 100011 | 0 | 11111 | 1100100 | 1010010 |
Color Harmonies of #FFD3A5
Complementary color
Monochromatic Colors of #FFD3A5
Black with #FFD3A5
Text Example
Text Example
White with #FFD3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD3A5; }
p { color: rgb(255,211,165); }
H1.HeaderClassName
{
color: #FFD3A5;
}
.AnyTagClassName
{
color: #FFD3A5;
}
</style>
background-color css
<style>
a { background-color: #FFD3A5; }
a { background-color: rgb(255,211,165); }
div.DivClassName
{
background-color: #FFD3A5;
}
.BgClassName
{
background-color: #FFD3A5;
}
</style>
border-color css
<style>
span { border-color: #FFD3A5; }
span { border-color: rgb(255,211,165); }
td.TdClassName
{
border-color: #FFD3A5;
}
.TagClassName
{
border-color: #FFD3A5;
}
</style>